freebsd-ports/graphics/isreal/Makefile
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

28 lines
624 B
Makefile

# New ports collection makefile for: isreal
# Date created: Mar 31, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
# $MCom: ports/graphics/isreal/Makefile,v 1.1 2006/10/04 13:20:38 ahze Exp $
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>