summaryrefslogtreecommitdiff
path: root/print/freetype/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-11-25 03:38:39 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-11-25 03:38:39 +0000
commitb94bc5a91841080692d94a301557b1b7e624bdba (patch)
treeb48f077e6d06b0d6ad2c3e439995c73a16c3493a /print/freetype/Makefile
parentChange Imake.tmpl and FreeBSD.cf. Imake programs will now use the system (diff)
Upgrade to freetype-1.3
For now, include files are installed in ${PREFIX}/include/freetype (that's the default with version 1.3) and symlinks are created in ${PREFIX}/include for compatibility
Notes
Notes: svn path=/head/; revision=23311
Diffstat (limited to 'print/freetype/Makefile')
-rw-r--r--print/freetype/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/print/freetype/Makefile b/print/freetype/Makefile
index 6b5cbeca5bf3..483de34c29f5 100644
--- a/print/freetype/Makefile
+++ b/print/freetype/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: freetype
-# Version required: 1.2
+# Version required: 1.3
# Date created: January 24, 1998
# Whom: jseger@FreeBSD.org
#
# $FreeBSD$
#
-DISTNAME= freetype-1.2
+DISTNAME= freetype-1.3
CATEGORIES= print
MASTER_SITES= ftp://ftp.tux.org/pub/devel/freetype/ \
ftp://ftp.lerc.nasa.gov/ImageMagick/delegates/ \
@@ -22,4 +22,10 @@ USE_GMAKE= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared
+# Older versions of freetype installed include files in ${PREFIX}/include
+# this is a compatibility hack for now
+
+post-install:
+ ${LN} -fs ${PREFIX}/include/freetype/*.h ${PREFIX}/include
+
.include <bsd.port.mk>