diff options
author | jseger <jseger@FreeBSD.org> | 1998-06-21 02:42:39 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-06-21 02:42:39 +0000 |
commit | ae3d17468c6404cf5fe479f1fb165d7c29e6fcb8 (patch) | |
tree | 9318db94c7041a36746a4eacd26faefd963ad95e /print/freetype2 | |
parent | fb502b4a4f1d6c451ccfe1dbac54163fcbd10b28 (diff) | |
download | FreeBSD-ports-ae3d17468c6404cf5fe479f1fb165d7c29e6fcb8.zip FreeBSD-ports-ae3d17468c6404cf5fe479f1fb165d7c29e6fcb8.tar.gz |
Upgrade to freetype 1.1
Diffstat (limited to 'print/freetype2')
-rw-r--r-- | print/freetype2/Makefile | 13 | ||||
-rw-r--r-- | print/freetype2/distinfo | 2 | ||||
-rw-r--r-- | print/freetype2/pkg-plist | 20 |
3 files changed, 18 insertions, 17 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index 97a0fb8..141010d 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -1,24 +1,19 @@ # New ports collection makefile for: freetype -# Version required: 1.0 +# Version required: 1.1 # Date created: January 24, 1998 # Whom: jseger@FreeBSD.org # -# $Id: Makefile,v 1.4 1998/02/08 02:31:58 jseger Exp $ +# $Id: Makefile,v 1.5 1998/02/18 11:46:56 asami Exp $ # -DISTNAME= freetype-1.0 +DISTNAME= freetype-1.1 CATEGORIES= print MASTER_SITES= ftp://ftp.physiol.med.tu-muenchen.de/pub/freetype/ MAINTAINER= jseger@FreeBSD.org USE_GMAKE= YES -USE_AUTOCONF= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS= --disable-nls - -post-install: - ${INSTALL_DATA} ${WRKSRC}/lib/ttcommon.h ${PREFIX}/include - ${INSTALL_DATA} ${WRKSRC}/lib/tterror.h ${PREFIX}/include +CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared .include <bsd.port.mk> diff --git a/print/freetype2/distinfo b/print/freetype2/distinfo index 2f3f186..98ed201 100644 --- a/print/freetype2/distinfo +++ b/print/freetype2/distinfo @@ -1 +1 @@ -MD5 (freetype-1.0.tar.gz) = ee0feeff2897e26fd00680e07b38529a +MD5 (freetype-1.1.tar.gz) = 374f93425968f882215d0433b65069ed diff --git a/print/freetype2/pkg-plist b/print/freetype2/pkg-plist index 6dba768..3230208a 100644 --- a/print/freetype2/pkg-plist +++ b/print/freetype2/pkg-plist @@ -1,16 +1,22 @@ -bin/ftview -bin/fttimer -bin/ftlint bin/ftdump -bin/ftzoom +bin/ftlint bin/ftstring bin/ftstrpnm +bin/fttimer +bin/ftview +bin/ftzoom include/freetype.h -include/ttcommon.h -include/tterror.h +include/fterrid.h +include/ftnameid.h +include/ftxcmap.h +include/ftxerr18.h +include/ftxgasp.h +include/ftxkern.h +include/ftxpost.h +include/ftxwidth.h lib/libttf.a lib/libttf.la lib/libttf.so -lib/libttf.so.1.0 +lib/libttf.so.2.0 @exec ldconfig -m %B @unexec /sbin/ldconfig -R |