1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/graphics/xli/Makefile
Wen Heping b0cf11b567 - Adds support for XPM "None" color
PR:		ports/157102
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2011-05-18 08:18:43 +00:00

33 lines
759 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
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>