freebsd-ports/graphics/isreal/Makefile
2001-06-26 06:17:12 +00:00

24 lines
421 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= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= markp
EXTRACT_SUFX= .tar
MAINTAINER= markp@FreeBSD.org
USE_XLIB= yes
USE_IMLIB= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/isreal ${PREFIX}/bin
.include <bsd.port.mk>