diff options
author | fenner <fenner@FreeBSD.org> | 1999-08-25 06:46:47 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-08-25 06:46:47 +0000 |
commit | a4be06fb94c75d41e0483eee56355de2dcba570d (patch) | |
tree | 323801eff6e00911f60d07e346d85e9619155d9f /graphics/xli/Makefile | |
parent | 9b7f4ae1dfbee130813fc9a3eab800694a7c7bf5 (diff) | |
download | FreeBSD-ports-a4be06fb94c75d41e0483eee56355de2dcba570d.zip FreeBSD-ports-a4be06fb94c75d41e0483eee56355de2dcba570d.tar.gz |
Add patch for png support from http://pantransit.reptiles.org/prog/
Diffstat (limited to 'graphics/xli/Makefile')
-rw-r--r-- | graphics/xli/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index c230f25..2d0d793 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -9,14 +9,22 @@ DISTNAME= xli.1.16 PKGNAME= xli-1.16 CATEGORIES= graphics x11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ + http://pantransit.reptiles.org/prog/ MASTER_SITE_SUBDIR= applications +DISTFILES= xli.1.16.tar.gz xli-png.tar.gz MAINTAINER= jkoshy@FreeBSD.ORG +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png + USE_IMAKE= yes MAN1= xli.1 xlito.1 NO_WRKSUBDIR= yes +post-patch: + @${ECHO_MSG} "===> Applying png patch for ${PKGNAME}" + @${SED} -e 's/^--- xli/--- ./' ${WRKSRC}/png.patch | ${PATCH} ${PATCH_ARGS} + .include <bsd.port.mk> |