blob: 5a54d24ecec6114c92bceb89d1100362c09ec32f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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.striker.ottawa.on.ca/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>
|