diff options
author | rm <rm@FreeBSD.org> | 2014-03-05 05:04:38 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2014-03-05 05:04:38 +0800 |
commit | 9b0642e481bba56d5f82384fe2bc42385bbe22ee (patch) | |
tree | e932283e95ac11028d9aed338b170ebddc8a81d0 /graphics | |
parent | cbfca55fa4dff5833e67cea71ebb073aa8b4cbcb (diff) | |
download | freebsd-ports-gnome-9b0642e481bba56d5f82384fe2bc42385bbe22ee.tar.gz freebsd-ports-gnome-9b0642e481bba56d5f82384fe2bc42385bbe22ee.tar.zst freebsd-ports-gnome-9b0642e481bba56d5f82384fe2bc42385bbe22ee.zip |
graphics/xli: add PLIST_FILES to package something
- add PLIST_FILES to package something
- bump PORTREVISION
- use modern LIB_DEPENDS notation, while here
PR: 187190
Submitted by: Zsolt Udvari <udvzsolt@gmail.com>
Approved by: portmgr (blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xli/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index 3196e18554f6..2973311020f9 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -3,7 +3,7 @@ PORTNAME= xli PORTVERSION= 1.17.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/x/${PORTNAME} @@ -12,9 +12,10 @@ DISTNAME= xli_${PORTVERSION}+${XLI_SNAPVER:C/-//g}.orig MAINTAINER= lichray@gmail.com COMMENT= Utilities to display images in X11 +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libjpeg.so:${PORTSDIR}/graphics/jpeg + CONFLICTS_INSTALL= xloadimage-* -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - jpeg.11:${PORTSDIR}/graphics/jpeg USES= imake desthack USE_XORG= xi @@ -22,4 +23,9 @@ WRKSRC= ${WRKDIR}/xli-${XLI_SNAPVER} XLI_SNAPVER= 2006-11-10 +PLIST_FILES= bin/xli \ + bin/xlito \ + man/man1/xli.1.gz \ + man/man1/xlito.1.gz + .include <bsd.port.mk> |