26 lines
494 B
Makefile
26 lines
494 B
Makefile
# $OpenBSD: Makefile,v 1.24 2013/10/11 21:21:03 naddy Exp $
|
|
|
|
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_CDROM= 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>
|