1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/graphics/xli/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

35 lines
833 B
Makefile

# Created by: Satoshi Asami <asami@FreeBSD.org>
# $FreeBSD$
PORTNAME= xli
PORTVERSION= 1.17.0
PORTREVISION= 16
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= imake jpeg
USE_XORG= xi
WRKSRC= ${WRKDIR}/xli-${XLI_SNAPVER}
PLIST_FILES= bin/xli bin/xlito bin/xview bin/xsetbg \
lib/X11/app-defaults/Xli man/man1/xli.1.gz \
man/man1/xlito.1.gz man/man1/xview.1.gz man/man1/xsetbg.1.gz
XLI_SNAPVER= 2006-11-10
post-install:
${LN} -s ${MANPREFIX}/man/man1/xli.1.gz \
${STAGEDIR}${MANPREFIX}/man/man1/xview.1.gz
${LN} -s ${MANPREFIX}/man/man1/xli.1.gz \
${STAGEDIR}${MANPREFIX}/man/man1/xsetbg.1.gz
.include <bsd.port.mk>