2001-04-07 06:08:33 +00:00
|
|
|
# New ports collection makefile for: isreal
|
|
|
|
# Date created: Mar 31, 2001
|
|
|
|
# Whom: Mark Pulford <mark@kyne.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= isreal
|
|
|
|
PORTVERSION= 2.0
|
|
|
|
CATEGORIES= graphics
|
2001-06-26 06:17:12 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= markp
|
2001-04-07 06:08:33 +00:00
|
|
|
EXTRACT_SUFX= .tar
|
|
|
|
|
2001-06-08 05:36:46 +00:00
|
|
|
MAINTAINER= markp@FreeBSD.org
|
2001-04-07 06:08:33 +00:00
|
|
|
|
|
|
|
USE_XLIB= yes
|
2002-09-03 02:46:49 +00:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= imlib
|
2001-04-07 06:08:33 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/isreal ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|