freebsd-ports/graphics/xli/Makefile

28 lines
553 B
Makefile
Raw Normal View History

# New ports collection makefile for: xli
# Date created: 24 November 1994
# Whom: asami
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
#
PORTNAME= xli
PORTVERSION= 1.17.0
PORTREVISION= 1
CATEGORIES= graphics x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
http://pantransit.reptiles.org/prog/
MASTER_SITE_SUBDIR= applications
MAINTAINER= jkoshy@FreeBSD.org
2001-09-11 04:22:51 +02:00
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
2000-02-10 10:37:43 +01:00
jpeg.9:${PORTSDIR}/graphics/jpeg
USE_IMAKE= yes
MAN1= xli.1 xlito.1
post-patch:
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Imakefile
.include <bsd.port.mk>