aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cutils/Makefile
blob: 950479ea4382d0da4c537c2dbc66559bf90c125a (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
# New ports collection makefile for:    cutils
# Version required:     1.3.1
# Date created:         26 November 1996
# Whom:             Sandro Sigala
#
# $Id$
#

DISTNAME=   cutils-1.3.1
PKGNAME=    cutils-1.3.1
CATEGORIES= devel
MASTER_SITES=   ftp://freefall.FreeBSD.ORG/pub/FreeBSD/LOCAL_PORTS/

MAINTAINER= ssigala@globalnet.it

HAS_CONFIGURE=  yes

post-install:
.if defined(NOMANCOMPRESS)
    @(cd ${PREFIX} ; \
    gunzip -f `grep man ${PKGDIR}/PLIST` )
.endif

.include <bsd.port.mk>