freebsd-ports/games/zoom/Makefile
Kirill Ponomarev b5f2a099a9 - Update to version 1.0.2a
PR:		ports/64387
Submitted by:	maintainer
2004-03-17 20:19:58 +00:00

29 lines
700 B
Makefile

# New ports collection makefile for: zoom
# Date created: May 07 2003
# Whom: Jan Stocker <Jan.Stocker@t-online.de>
#
# $FreeBSD$
#
PORTNAME= zoom
PORTVERSION= 1.0.2a
CATEGORIES= games
MASTER_SITES= http://www.logicalshift.demon.co.uk/unix/${PORTNAME}/
DISTNAME= zoom-1.0.2alpha1
MAINTAINER= Jan.Stocker@t-online.de
COMMENT= Z-Interpreter for X with full V6 support
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
expat.5:${PORTSDIR}/textproc/expat2
USE_PERL5= yes
USE_XLIB= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
.include <bsd.port.mk>