aboutsummaryrefslogtreecommitdiff
path: root/graphics/xli
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2000-02-10 09:37:43 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2000-02-10 09:37:43 +0000
commit56ad4f43e51bd0e86324141433168c9eb942229d (patch)
treec3e2ed8713d1289a4a3959ddccaff7935752f833 /graphics/xli
parent341850b87a9e0970a46875df4af60b0685b5ef5a (diff)
downloadports-56ad4f43e51bd0e86324141433168c9eb942229d.tar.gz
ports-56ad4f43e51bd0e86324141433168c9eb942229d.zip
Upgrade to v1.17.
Notes
Notes: svn path=/head/; revision=25642
Diffstat (limited to 'graphics/xli')
-rw-r--r--graphics/xli/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile
index 5a4834e8bfda..c0fdccaeffeb 100644
--- a/graphics/xli/Makefile
+++ b/graphics/xli/Makefile
@@ -6,25 +6,18 @@
# $FreeBSD$
#
-DISTNAME= xli.1.16
-PKGNAME= xli-1.16
+DISTNAME= xli-1.17.0
CATEGORIES= graphics x11
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
+LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
+ jpeg.9:${PORTSDIR}/graphics/jpeg
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>