1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/print/afm/Makefile
Mathieu Arnold eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00

20 lines
313 B
Makefile

# Created by: ljo
# $FreeBSD$
PORTNAME= afm
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/source/
DISTNAME= afm
EXTRACT_SUFX= -tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Adobe Font Metrics
NO_BUILD= yes
pre-patch:
@${RM} -r ${WRKSRC}/RCS
.include <bsd.port.mk>