1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/print/afm/Makefile
Michael Haro 535add65ac grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
1999-08-23 04:23:59 +00:00

22 lines
395 B
Makefile

# New ports collection makefile for: afm
# Version required: ?
# Date created: 23 November 1994
# Whom: ljo
#
# $Id: Makefile,v 1.7 1996/11/17 08:44:24 obrien Exp $
#
DISTNAME= afm
PKGNAME= afm-1.0
CATEGORIES= print
MASTER_SITES= ftp://sgi.com/sgi/fax/source/
EXTRACT_SUFX= -tar.Z
pre-patch:
@rm -rf ${WRKSRC}/RCS
do-build:
@${TRUE}
.include <bsd.port.mk>