diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-04 08:01:30 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-04 08:01:30 +0000 |
commit | 6f444c854409947b866d09304b81f8a9bed39cd9 (patch) | |
tree | 3c93772c7d6efd900256d1657263f7761c363468 /lang/cim/Makefile | |
parent | cd62d9fed468168025ef60b28bfeef43f77b2084 (diff) | |
download | ports-6f444c854409947b866d09304b81f8a9bed39cd9.tar.gz ports-6f444c854409947b866d09304b81f8a9bed39cd9.zip |
Notes
Diffstat (limited to 'lang/cim/Makefile')
-rw-r--r-- | lang/cim/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lang/cim/Makefile b/lang/cim/Makefile new file mode 100644 index 000000000000..15787ca5056e --- /dev/null +++ b/lang/cim/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: cim +# Version required: 1.84 +# Date created: 21 Sept 1996 +# Whom: Pedro +# +# $Id$ +# + +DISTNAME= cim-1.84 +CATEGORIES= lang +MASTER_SITES= ftp://ifi.uio.no/pub/cim/ + +MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co + +STRIP= +GNU_CONFIGURE= yes +ALL_TARGET= all check +MAN1= cim.1 + +post-install: + @strip ${PREFIX}/bin/cim + @strip $(PREFIX/bin/cimetags +.if defined(NOPORTDOCS) + @${RM} ${PREFIX}/doc/cim.ps + @${RM} ${PREFIX}/doc/cim.info +.endif + +.include <bsd.port.mk> |