summaryrefslogtreecommitdiffstats
path: root/graphics/isreal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/isreal/Makefile')
-rw-r--r--graphics/isreal/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/graphics/isreal/Makefile b/graphics/isreal/Makefile
deleted file mode 100644
index 2b247e6dd..000000000
--- a/graphics/isreal/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: isreal
-# Date created: Mar 31, 2001
-# Whom: Mark Pulford <mark@kyne.com.au>
-#
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= isreal
-PORTVERSION= 2.0
-PORTREVISION= 3
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= markp
-EXTRACT_SUFX= .tar
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An image classification utility
-
-PLIST_FILES= bin/isreal
-USE_XLIB= yes
-USE_GNOME= imlib
-CFLAGS:= ${CFLAGS} -I${LOCALBASE}/include
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/isreal ${PREFIX}/bin
-
-.include <bsd.port.mk>