openbsd-ports/x11/xco/Makefile
2022-03-11 20:15:18 +00:00

24 lines
427 B
Makefile

COMMENT= display X11 color names and colors
DISTNAME= xco
PKGNAME= xco-1.3
REVISION= 1
CATEGORIES= x11
MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/bingle/
# BSD-like, but "may not modify"
PERMIT_PACKAGE= Yes
WANTLIB= X11 Xau Xdmcp Xext c
CONFIGURE_STYLE= imake
NO_TEST= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xco
${INSTALL_DATA} ${FILESDIR}/copyright ${PREFIX}/share/doc/xco
.include <bsd.port.mk>