17 lines
419 B
Makefile
17 lines
419 B
Makefile
# $NetBSD: Makefile,v 1.12 2004/01/20 12:28:28 agc Exp $
|
|
# FreeBSD: Makefile,v 1.9 1998/01/22 00:41:36 fenner Exp
|
|
#
|
|
|
|
DISTNAME= xcolors
|
|
PKGNAME= xcolors-1.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.tut.ac.jp/X11/X11R6/contrib/programs/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
COMMENT= Display all (ok, most of) the colors in the universe
|
|
|
|
WRKSRC= ${WRKDIR}/xcolors
|
|
USE_IMAKE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|