openbsd-ports/x11/xcolors/Makefile
matthieu 1dc26641c5 fix xcolors by not trying to redefine the location of the
rgb file to some non-standard place.
ok with a package bump (done) ajacoutot@
2008-06-13 05:11:35 +00:00

27 lines
566 B
Makefile

# $OpenBSD: Makefile,v 1.20 2008/06/13 05:11:35 matthieu Exp $
COMMENT= display all (ok, most of) the colors in the universe
DISTNAME= xcolors
PKGNAME= xcolors-1.3p1
CATEGORIES= x11
MASTER_SITES= ftp://ftp.tut.ac.jp/X11/X11R6/contrib/programs/ \
ftp://ftp.weird.com/pub/mirror/
# License: BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM Xau Xdmcp X11 Xaw Xext Xmu Xp Xpm Xt c m
USE_X11= Yes
WRKDIST= ${WRKDIR}/xcolors
CONFIGURE_STYLE=imake
NO_REGRESS= Yes
.include <bsd.port.mk>