blob: 15787ca5056e7ea5c692c1555ae0ccc20edc3fbc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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>
|