1996-12-08 22:57:34 +00:00
|
|
|
# New ports collection makefile for: cutils
|
|
|
|
# Version required: 1.3.1
|
|
|
|
# Date created: 26 November 1996
|
|
|
|
# Whom: Sandro Sigala
|
1996-12-08 22:26:14 +00:00
|
|
|
#
|
|
|
|
# $Id$
|
|
|
|
#
|
|
|
|
|
1996-12-08 22:57:34 +00:00
|
|
|
DISTNAME= cutils-1.3.1
|
|
|
|
PKGNAME= cutils-1.3.1
|
1996-12-08 22:26:14 +00:00
|
|
|
CATEGORIES= devel
|
1996-12-08 22:57:34 +00:00
|
|
|
MASTER_SITES= ftp://freefall.FreeBSD.ORG/pub/FreeBSD/LOCAL_PORTS/
|
1996-12-08 22:26:14 +00:00
|
|
|
|
|
|
|
MAINTAINER= ssigala@globalnet.it
|
|
|
|
|
1996-12-08 22:57:34 +00:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
|
1996-12-08 22:26:14 +00:00
|
|
|
post-install:
|
|
|
|
.if defined(NOMANCOMPRESS)
|
1996-12-08 22:57:34 +00:00
|
|
|
@(cd ${PREFIX} ; \
|
1996-12-08 22:26:14 +00:00
|
|
|
gunzip -f `grep man ${PKGDIR}/PLIST` )
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|