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