1994-11-24 21:56:48 +00:00
|
|
|
# New ports collection makefile for: xli
|
|
|
|
# Date created: 24 November 1994
|
|
|
|
# Whom: asami
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1994-11-24 21:56:48 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= xli
|
|
|
|
PORTVERSION= 1.17.0
|
1996-11-18 09:56:45 +00:00
|
|
|
CATEGORIES= graphics x11
|
1999-08-25 06:46:47 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
|
|
|
|
http://pantransit.reptiles.org/prog/
|
1996-11-18 09:56:45 +00:00
|
|
|
MASTER_SITE_SUBDIR= applications
|
1995-04-09 07:09:55 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= jkoshy@FreeBSD.org
|
1995-04-09 07:09:55 +00:00
|
|
|
|
2000-07-04 07:13:35 +00:00
|
|
|
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
|
2000-02-10 09:37:43 +00:00
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg
|
1999-08-25 06:46:47 +00:00
|
|
|
|
1995-04-09 07:09:55 +00:00
|
|
|
USE_IMAKE= yes
|
1998-11-28 00:14:29 +00:00
|
|
|
MAN1= xli.1 xlito.1
|
1998-10-05 03:13:41 +00:00
|
|
|
|
2000-04-17 10:40:25 +00:00
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Imakefile
|
|
|
|
|
1994-11-24 21:56:48 +00:00
|
|
|
.include <bsd.port.mk>
|