aboutsummaryrefslogtreecommitdiffstats
path: root/print/afm/Makefile
diff options
context:
space:
mode:
authorljo <ljo@FreeBSD.org>1994-11-24 00:05:46 +0800
committerljo <ljo@FreeBSD.org>1994-11-24 00:05:46 +0800
commit9761dfcff1cf9aee11dfbd664ebf887fc6b93c06 (patch)
treefc2e03c2889030912646f9d7d28f9a77cf5db8f5 /print/afm/Makefile
parent8ab695f60f2f2a8ecb65df4d5a2ac1712296e973 (diff)
downloadfreebsd-ports-gnome-9761dfcff1cf9aee11dfbd664ebf887fc6b93c06.tar.gz
freebsd-ports-gnome-9761dfcff1cf9aee11dfbd664ebf887fc6b93c06.tar.zst
freebsd-ports-gnome-9761dfcff1cf9aee11dfbd664ebf887fc6b93c06.zip
Adobe font metrics as used by FlexFAX.
I'm having problems with the package.
Diffstat (limited to 'print/afm/Makefile')
-rw-r--r--print/afm/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/afm/Makefile b/print/afm/Makefile
new file mode 100644
index 000000000000..cecd086c40da
--- /dev/null
+++ b/print/afm/Makefile
@@ -0,0 +1,11 @@
+DISTNAME= afm
+DISTFILES= afm-tar.Z
+MASTER_SITES= ftp://sgi.com/sgi/fax/source/
+EXTRACT_SUFX= -tar.Z
+
+pre-patch:
+ rm -rf ${WRKSRC}/RCS
+
+build:
+
+.include <bsd.port.mk>