summaryrefslogtreecommitdiff
path: root/misc/buffer/Makefile
blob: 923d94cdbc026f4cf437878be7ee61123a5723b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	buffer
# Version required:     1.17
# Date created:         17 Nov 1995
# Whom:                 markm
#
# $Id: Makefile,v 1.4 1995/11/26 10:47:25 asami Exp $
#

DISTNAME=       buffer-1.17
CATEGORIES=	misc
MASTER_SITES=   ftp://ftp.sun.ac.za/pub/unix/misc/

MAINTAINER=	markm@FreeBSD.ORG

NO_WRKSUBDIR=	yes

post-install:
.if !defined(NOMANCOMPRESS)
	gzip -9nf ${PREFIX}/man/manl/buffer.l
.endif

.include <bsd.port.mk>