aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ici/Makefile
blob: ffbe2e41e726f5c786a38617e2256f16983f4948 (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
# New ports collection makefile for:   ici
# Version required:    2.0.3
# Date created:        18 December 1997
# Whom:                andy
#
# $Id$
#

DISTNAME=   ici-2.0.3
CATEGORIES= lang
MASTER_SITES=   ftp://ftp.research.canon.com.au/pub/misc/ici/

MAINTAINER= andy@research.canon.com.au

MAKEFILE=   ${WRKSRC}/Makefile.bsd
MAKE_ENV=   MANDIR=${PREFIX}/man/man
MAN1=       ici.1
MANCOMPRESSED=  yes

post-install:
    ${MV} ${PREFIX}/bin/ici.bsd ${PREFIX}/bin/ici

.include <bsd.port.mk>