2001-04-07 08:08:33 +02: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
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2001-04-07 08:08:33 +02:00
|
|
|
CATEGORIES= graphics
|
2001-06-26 08:17:12 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= markp
|
2001-04-07 08:08:33 +02:00
|
|
|
EXTRACT_SUFX= .tar
|
|
|
|
|
2001-06-08 07:36:46 +02:00
|
|
|
MAINTAINER= markp@FreeBSD.org
|
2003-02-22 18:14:31 +01:00
|
|
|
COMMENT= An image classification utility
|
2001-04-07 08:08:33 +02:00
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/isreal
|
2001-04-07 08:08:33 +02:00
|
|
|
USE_XLIB= yes
|
2002-09-03 04:46:49 +02:00
|
|
|
USE_GNOME= imlib
|
2001-04-07 08:08:33 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/isreal ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|