51c1e97a0f
during the release with pval@ other categories will follow once they are finished
27 lines
547 B
Makefile
27 lines
547 B
Makefile
# $OpenBSD: Makefile,v 1.15 2003/10/08 17:13:18 sturm Exp $
|
|
|
|
COMMENT= "display X11 color names and colors"
|
|
|
|
DISTNAME= xco
|
|
PKGNAME= xco-1.3
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/bingle/
|
|
|
|
# BSD-like, but "may not modify"
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= imake
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xco
|
|
${INSTALL_DATA} ${FILESDIR}/copyright ${PREFIX}/share/doc/xco
|
|
|
|
.include <bsd.port.mk>
|