mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e5cc021f77
Converted to MAN[1-9]
22 lines
391 B
Makefile
22 lines
391 B
Makefile
# New ports collection makefile for: afm
|
|
# Version required: ?
|
|
# Date created: 23 November 1994
|
|
# Whom: ljo
|
|
#
|
|
# $Id: Makefile,v 1.6 1995/11/22 13:17:53 asami 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>
|