1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/graphics/xli/Makefile
Stefan Eßer 04b9da4140 */*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
2021-11-25 22:40:11 +01:00

34 lines
846 B
Makefile

# Created by: Satoshi Asami <asami@FreeBSD.org>
PORTNAME= xli
PORTVERSION= 1.17.0
PORTREVISION= 17
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 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:
${RLN} ${STAGEDIR}${MANPREFIX}/man/man1/xli.1.gz \
${STAGEDIR}${MANPREFIX}/man/man1/xview.1.gz
${RLN} ${STAGEDIR}${MANPREFIX}/man/man1/xli.1.gz \
${STAGEDIR}${MANPREFIX}/man/man1/xsetbg.1.gz
.include <bsd.port.mk>