summaryrefslogtreecommitdiff
path: root/fonts/fontforge/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/fontforge/Makefile')
-rw-r--r--fonts/fontforge/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile
new file mode 100644
index 00000000000..1e445e5ec77
--- /dev/null
+++ b/fonts/fontforge/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/29 10:03:33 adam Exp $
+
+DISTNAME= fontforge_full-${VERSION}
+PKGNAME= fontforge-${VERSION}
+CATEGORIES= fonts editors
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fontforge/}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= adam@NetBSD.org
+HOMEPAGE= http://fontforge.sourceforge.net/
+COMMENT= Postscript font editor
+
+VERSION= 20041115
+
+USE_BUILDLINK3= YES
+USE_GNU_TOOLS+= make
+USE_LIBTOOL= YES
+USE_X11= YES
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --with-freetype-src=no
+WRKSRC= ${WRKDIR}/fontforge-${VERSION}
+
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/libungif/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"