1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/graphics/xli/Makefile
Gleb Popov e427ab10bf *: Move manpages to share/man for imake ports.
Approved by:	portmgr (blanket)
2024-02-04 22:13:55 +03:00

32 lines
833 B
Makefile

PORTNAME= xli
PORTVERSION= 1.17.0
PORTREVISION= 19
CATEGORIES= graphics
MASTER_SITES= DEBIAN
DISTNAME= xli_${PORTVERSION}+${XLI_SNAPVER:C/-//g}.orig
MAINTAINER= lichray@gmail.com
COMMENT= Utilities to display images in X11
LIB_DEPENDS= libpng.so:graphics/png
CONFLICTS_INSTALL= xloadimage
USES= cpe imake jpeg xorg
USE_XORG= xi
WRKSRC= ${WRKDIR}/xli-${XLI_SNAPVER}
PLIST_FILES= bin/xli bin/xlito bin/xview bin/xsetbg \
lib/X11/app-defaults/Xli share/man/man1/xli.1.gz \
share/man/man1/xlito.1.gz share/man/man1/xview.1.gz share/man/man1/xsetbg.1.gz
XLI_SNAPVER= 2006-11-10
post-install:
${RLN} ${STAGEDIR}${PREFIX}/share/man/man1/xli.1.gz \
${STAGEDIR}${PREFIX}/share/man/man1/xview.1.gz
${RLN} ${STAGEDIR}${PREFIX}/share/man/man1/xli.1.gz \
${STAGEDIR}${PREFIX}/share/man/man1/xsetbg.1.gz
.include <bsd.port.mk>