2003-06-03 07:05:46 +02:00
|
|
|
# New ports collection makefile for: zoom
|
|
|
|
# Date created: May 07 2003
|
|
|
|
# Whom: Jan Stocker <Jan.Stocker@t-online.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= zoom
|
2011-11-06 10:19:49 +01:00
|
|
|
PORTVERSION= 1.1.5
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2003-06-03 07:05:46 +02:00
|
|
|
CATEGORIES= games
|
2009-06-03 18:18:58 +02:00
|
|
|
MASTER_SITES= http://www.logicalshift.co.uk/unix/zoom/ \
|
|
|
|
http://mirror.4bit.ws/
|
2003-06-03 07:05:46 +02:00
|
|
|
|
2009-03-06 19:14:36 +01:00
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
2003-06-03 07:05:46 +02:00
|
|
|
COMMENT= Z-Interpreter for X with full V6 support
|
|
|
|
|
2007-05-27 13:31:26 +02:00
|
|
|
LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \
|
2012-06-01 07:26:28 +02:00
|
|
|
png15:${PORTSDIR}/graphics/png
|
2003-06-03 07:05:46 +02:00
|
|
|
|
2011-06-22 23:11:44 +02:00
|
|
|
USE_CSTD= gnu89
|
2003-06-27 06:48:41 +02:00
|
|
|
USE_PERL5= yes
|
2007-12-14 19:45:54 +01:00
|
|
|
USE_XORG= xft
|
2003-06-03 07:05:46 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2003-06-03 07:05:46 +02:00
|
|
|
|
2007-05-27 13:31:26 +02:00
|
|
|
PLIST_FILES= bin/zoom %%DATADIR%%/zoomrc
|
|
|
|
PLIST_DIRS= %%DATADIR%%
|
2003-06-03 07:05:46 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|