freebsd-ports/games/zoom/Makefile

33 lines
680 B
Makefile
Raw Normal View History

# 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
CATEGORIES= games
2009-06-03 18:18:58 +02:00
MASTER_SITES= http://www.logicalshift.co.uk/unix/zoom/ \
http://mirror.4bit.ws/
MAINTAINER= dhn@FreeBSD.org
COMMENT= Z-Interpreter for X with full V6 support
LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \
2012-06-01 07:26:28 +02:00
png15:${PORTSDIR}/graphics/png
USE_CSTD= gnu89
USE_PERL5= yes
USE_XORG= xft
USE_GMAKE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/zoom %%DATADIR%%/zoomrc
PLIST_DIRS= %%DATADIR%%
.include <bsd.port.mk>