1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/misc/buffer/Makefile
David E. O'Brien 47a616f11d CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
1996-11-11 05:50:23 +00:00

23 lines
457 B
Makefile

# 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>