freebsd-ports/misc/buffer/Makefile
Satoshi Asami 841d93e09e Add markm@freebsd.org as maintainer. Hey Mark, you are never going
to get a lemon meringue pie if you don't credit your work! :>
1995-11-20 13:43:45 +00:00

23 lines
463 B
Makefile

# New ports collection makefile for: buffer
# Version required: 1.17
# Date created: 17 Nov 1995
# Whom: markm
#
# $Id: Makefile,v 1.2 1995/11/17 19:09:27 markm Exp $
#
DISTNAME= buffer-1.17
CATEGORIES+= utilities
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>