mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
23 lines
320 B
Makefile
23 lines
320 B
Makefile
# Created by: ljo
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= afm
|
|
PORTVERSION= 1.0
|
|
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_STAGE= yes
|
|
pre-patch:
|
|
@${RM} -rf ${WRKSRC}/RCS
|
|
|
|
do-build:
|
|
@${TRUE}
|
|
|
|
.include <bsd.port.mk>
|