diff options
author | max <max@FreeBSD.org> | 1997-07-01 22:06:12 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-01 22:06:12 +0000 |
commit | eb4ce7c1d7d109db6a0873b2dba6e13a307f8119 (patch) | |
tree | baa7be8e6098abb5633d03f9bd064e3b711adce6 /x11/xco/Makefile | |
parent | 56d4a8a6556d1c551918e153a6fcdc9aacdd05f7 (diff) | |
download | FreeBSD-ports-eb4ce7c1d7d109db6a0873b2dba6e13a307f8119.zip FreeBSD-ports-eb4ce7c1d7d109db6a0873b2dba6e13a307f8119.tar.gz |
New port, xco:
Display X11 color names and colors
PR: 3931
Submitted by: taoka@infonets.hiroshima-u.ac.jp
Diffstat (limited to 'x11/xco/Makefile')
-rw-r--r-- | x11/xco/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11/xco/Makefile b/x11/xco/Makefile new file mode 100644 index 0000000..c58d8d5 --- /dev/null +++ b/x11/xco/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xco +# Version required: 1.3 +# Date created: 6 Jun 1997 +# Whom: Satoshi TAOKA +# +# $Id$ +# + +DISTNAME= xco +PKGNAME= xco-1.3 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.cs.purdue.edu:/pub/bingle/ + +MAINTAINER= taoka@infonets.hiroshima-u.ac.jp + +USE_IMAKE= yes +MAN1= xco.1 +MANCOMPRESSED= yes +DOCDIR= ${PREFIX}/share/doc/xco + +post-install: + @${MKDIR} ${DOCDIR} + @${INSTALL_DATA} ${FILESDIR}/copyright ${DOCDIR} + +.include <bsd.port.mk> |