openbsd-ports/x11/xcolors/Makefile
espie 100196f27a Zap default MAINTAINER from Makefile.
Especially now that the default line is more verbose.
2001-10-28 13:05:44 +00:00

24 lines
551 B
Makefile

# $OpenBSD: Makefile,v 1.14 2001/10/28 13:05:50 espie Exp $
COMMENT= "display all (ok, most of) the colors in the universe"
DISTNAME= xcolors
PKGNAME= xcolors-1.3
CATEGORIES= x11
NEED_VERSION= 1.402
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
USE_X11= Yes
WRKDIST= ${WRKDIR}/xcolors
CONFIGURE_STYLE=imake
MAKE_FLAGS= RGBDBFILE=${X11BASE}/lib/X11/rgb
.include <bsd.port.mk>