freebsd-ports/games/zoom/Makefile
2014-02-17 06:52:11 +00:00

27 lines
578 B
Makefile

# Created by: Jan Stocker <Jan.Stocker@t-online.de>
# $FreeBSD$
PORTNAME= zoom
PORTVERSION= 1.1.5
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.logicalshift.co.uk/unix/zoom/
MAINTAINER= dhn@FreeBSD.org
COMMENT= Z-Interpreter for X with full V6 support
LIB_DEPENDS= libt1.so:${PORTSDIR}/devel/t1lib \
libpng15.so:${PORTSDIR}/graphics/png
USES= gmake perl5
GNU_CONFIGURE= yes
USE_CSTD= gnu89
USE_XORG= xft
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/zoom %%DATADIR%%/zoomrc
PLIST_DIRS= %%DATADIR%%
.include <bsd.port.mk>