summaryrefslogtreecommitdiff
path: root/print/ft2demos/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-19 15:06:01 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-19 15:06:01 +0000
commit72529710065cbdc3f58a7443bdfc8261a3c64232 (patch)
treebee4c24e664a33256433bc476f4c4983ad8cc7f8 /print/ft2demos/Makefile
parentadd build-depends (diff)
add ft2demos
Demo programs for FreeType2 PR: 26513 Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp>
Notes
Notes: svn path=/head/; revision=42736
Diffstat (limited to 'print/ft2demos/Makefile')
-rw-r--r--print/ft2demos/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/print/ft2demos/Makefile b/print/ft2demos/Makefile
new file mode 100644
index 000000000000..1cb0f87122fe
--- /dev/null
+++ b/print/ft2demos/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: ft2demos
+# Date created: 12 April 2001
+# Whom: KANOU Hiroki <kanou@mil.allnet.ne.jp>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ft2demos
+PORTVERSION= 2.0.2
+CATEGORIES= print
+MASTER_SITES= ftp://freetype.sourceforge.net/pub/freetype/%SUBDIR%/ \
+ ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \
+ http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \
+ http://www.funet.fi/pub/mirrors/ftp.freetype.org/%SUBDIR%/ \
+ http://ftp.sunet.se/pub/text-processing/freetype/%SUBDIR%/ \
+ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/freetype/&,} \
+ ftp://ftp.freetype.org/pub/%SUBDIR%/
+MASTER_SITE_SUBDIR= freetype2
+
+MAINTAINER= kanou@mil.allnet.ne.jp
+
+BUILD_DEPENDS+= libtool:${PORTSDIR}/devel/libtool
+BUILD_DEPENDS+= ${PORTSDIR}/print/freetype2/work/freetype-${PORTVERSION}/config.mk:${PORTSDIR}/print/freetype2:build
+LIB_DEPENDS= freetype.6:${PORTSDIR}/print/freetype2
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+MAKE_ENV= TOP="${PORTSDIR}/print/freetype2/work/freetype-${PORTVERSION}"
+
+FT_PROGRAMS= ftdump ftlint ftmulti ftstring fttimer ftview
+
+do-install:
+ @(cd ${WRKSRC}/bin/.libs/ ; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin)
+ @(cd ${WRKSRC}/bin/.libs/ ; ${INSTALL_PROGRAM} memtest ${PREFIX}/bin/ftmemtest)
+
+.include <bsd.port.mk>