diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-04 06:59:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-04 06:59:48 +0000 |
commit | c046b23a652bd790e9dd7a679469789a69cc5aa1 (patch) | |
tree | 4244884ece7f7a383c37502aa2311f7dc6edd4b0 /x11-toolkits/pango/Makefile | |
parent | 042ccee8b82ef7c43c0c3dfb9adf2405528fe8af (diff) | |
download | ports-c046b23a652bd790e9dd7a679469789a69cc5aa1.tar.gz ports-c046b23a652bd790e9dd7a679469789a69cc5aa1.zip |
Notes
Diffstat (limited to 'x11-toolkits/pango/Makefile')
-rw-r--r-- | x11-toolkits/pango/Makefile | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index dcb3b253421f..64175fc8316d 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -18,7 +18,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= An open-source framework for the layout and rendering of i18n text -BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX +BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20 \ Xft.2:${PORTSDIR}/x11-fonts/Xft \ intl.4:${PORTSDIR}/devel/gettext @@ -46,21 +46,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} PLIST_SUB= VERSION="1.2.0" -.include <bsd.port.pre.mk> - -.if ${XFREE86_VERSION} == 3 -PLIST_SUB+= XFREE4:="@comment " -.else -PLIST_SUB+= XFREE4:="" -.endif - post-patch: - @${FIND} ${WRKSRC}/pango/opentype -name "*.[ch]" | xargs ${REINPLACE_CMD} -e \ - 's|internal/tterrors\.h|fterrors.h| ; s|TT_Err_|FT_Err_|g' - -post-install: -.if !defined(PACKAGE_BUILDING) - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif + @${FIND} ${WRKSRC}/pango/opentype -name "*.[ch]" | ${XARGS} \ + ${REINPLACE_CMD} -e 's|internal/tterrors\.h|fterrors.h| ; \ + s|TT_Err_|FT_Err_|g' -.include <bsd.port.post.mk> +.include <bsd.port.mk> |