diff options
author | bouyer <bouyer> | 1998-01-23 11:42:19 +0000 |
---|---|---|
committer | bouyer <bouyer> | 1998-01-23 11:42:19 +0000 |
commit | 66c3ccbf63e1934081f5ca91652309a4416053e2 (patch) | |
tree | 18f6787a8ed65c7ab7e799b5dc1c137b3eccfa53 /x11/xcolors/Makefile | |
parent | 37c5336cc4fe915f95662c8a58ddcb6963b7f710 (diff) | |
download | pkgsrc-66c3ccbf63e1934081f5ca91652309a4416053e2.tar.gz |
Import from the FreeBSD port collection.
Diffstat (limited to 'x11/xcolors/Makefile')
-rw-r--r-- | x11/xcolors/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/xcolors/Makefile b/x11/xcolors/Makefile new file mode 100644 index 00000000000..7aead949eb0 --- /dev/null +++ b/x11/xcolors/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xcolors +# Version required: R6 contrib +# Date created: 10 May 1995 +# Whom: asami +# +# $NetBSD: Makefile,v 1.1.1.1 1998/01/23 11:42:21 bouyer Exp $ +# $FreeBSD: Makefile,v 1.9 1998/01/22 00:41:36 fenner Exp $ +# + +DISTNAME= xcolors +PKGNAME= xcolors-1.3 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.tut.ac.jp/X11/X11R6/contrib/programs/ + +MAINTAINER= ports@FreeBSD.ORG + +WRKSRC= ${WRKDIR}/xcolors +USE_IMAKE= yes +IGNOREFILES= ${DISTFILES} + +.include <bsd.port.mk> |