aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xli/Makefile
blob: 2f8de957dae575a1cd13d52b67c0cfbc0cb63e29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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=   11
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>