freebsd-ports/graphics/isreal/Makefile
Will Andrews bf93d27159 Add isreal 2.0, an image classification utility.
PR:		26266
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-04-07 06:08:33 +00:00

23 lines
410 B
Makefile

# 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
MASTER_SITES= ftp://ftp.freeradius.org/pub/isreal/
EXTRACT_SUFX= .tar
MAINTAINER= mark@kyne.com.au
USE_XLIB= yes
USE_IMLIB= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/isreal ${PREFIX}/bin
.include <bsd.port.mk>