mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
20 lines
435 B
Makefile
20 lines
435 B
Makefile
# New ports collection makefile for: buffer
|
|
# Version required: 1.17
|
|
# Date created: 17 Nov 1995
|
|
# Whom: markm
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1995/11/17 19:03:47 markm Exp $
|
|
#
|
|
|
|
DISTNAME= buffer-1.17
|
|
CATEGORIES+= utilities
|
|
MASTER_SITES= ftp://ftp.sun.ac.za/pub/unix/misc/
|
|
NO_WRKSUBDIR= yes
|
|
|
|
post-install:
|
|
.if !defined(NOMANCOMPRESS)
|
|
gzip -9nf ${PREFIX}/man/manl/buffer.l
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|