freebsd-ports/print/afm/Makefile

27 lines
425 B
Makefile
Raw Normal View History

1995-04-15 06:34:11 +02:00
# New ports collection makefile for: afm
# Date created: 23 November 1994
# Whom: ljo
#
1999-08-31 03:53:22 +02:00
# $FreeBSD$
1995-04-15 06:34:11 +02:00
#
2000-04-09 19:50:59 +02:00
PORTNAME= afm
PORTVERSION= 1.0
CATEGORIES= print
MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/source/
DISTNAME= afm
2004-04-10 19:26:55 +02:00
EXTRACT_SUFX= -tar.Z
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Adobe Font Metrics
MAKE_JOBS_SAFE= yes
pre-patch:
@${RM} -rf ${WRKSRC}/RCS
do-build:
@${TRUE}
.include <bsd.port.mk>