freebsd-ports/graphics/xli/Makefile
Baptiste Daroussin c358fad57f xli and xloadimage both installs bin/xsetbg
mark them as CONFLICTS_INSTALL

mark x11-themes/sapphire-themes as BROKEN because it depends on both xli and xloadimage

Reported by:	pointyhat(pkgng exp-run)
Feature safe:	yes
2012-03-31 17:18:29 +00:00

34 lines
791 B
Makefile

# New ports collection makefile for: xli
# Date created: 24 November 1994
# Whom: Satoshi Asami <asami@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xli
PORTVERSION= 1.17.0
PORTREVISION= 12
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/x/${PORTNAME}
DISTNAME= xli_${PORTVERSION}+${XLI_SNAPVER:C/-//g}.orig
MAINTAINER= lichray@gmail.com
COMMENT= Utilities to display images in X11
CONFLICTS_INSTALL= xloadimage-*
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
jpeg.11:${PORTSDIR}/graphics/jpeg
USE_XORG= xi
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/xli-${XLI_SNAPVER}
MAN1= xli.1 xlito.1
MLINKS= xli.1 xview.1 xli.1 xsetbg.1
PLIST_FILES= bin/xli bin/xlito bin/xview bin/xsetbg lib/X11/app-defaults/Xli
XLI_SNAPVER= 2006-11-10
.include <bsd.port.mk>