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$
|
2006-10-14 08:54:54 +00:00
|
|
|
# $MCom: ports/graphics/isreal/Makefile,v 1.1 2006/10/04 13:20:38 ahze Exp $
|
2001-04-07 06:08:33 +00:00
|
|
|
|
|
|
|
PORTNAME= isreal
|
|
|
|
PORTVERSION= 2.0
|
2006-10-14 08:54:54 +00:00
|
|
|
PORTREVISION= 3
|
2001-04-07 06:08:33 +00:00
|
|
|
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
|
|
|
|
|
2006-04-15 00:01:12 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-22 17:14:31 +00:00
|
|
|
COMMENT= An image classification utility
|
2001-04-07 06:08:33 +00:00
|
|
|
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= bin/isreal
|
2001-04-07 06:08:33 +00:00
|
|
|
USE_XLIB= yes
|
2002-09-03 02:46:49 +00:00
|
|
|
USE_GNOME= imlib
|
2006-10-14 08:54:54 +00:00
|
|
|
CFLAGS:= ${CFLAGS} -I${LOCALBASE}/include
|
2001-04-07 06:08:33 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/isreal ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|