mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
35 lines
837 B
Makefile
35 lines
837 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.1.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.logicalshift.co.uk/unix/zoom/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Z-Interpreter for X with full V6 support
|
|
|
|
LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \
|
|
png.5:${PORTSDIR}/graphics/png \
|
|
freetype.9:${PORTSDIR}/print/freetype2 \
|
|
expat.6:${PORTSDIR}/textproc/expat2 \
|
|
fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
|
|
Xft.2:${PORTSDIR}/x11-fonts/libXft
|
|
|
|
USE_PERL5= yes
|
|
USE_XLIB= yes
|
|
USE_GNOME= gnometarget
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
PLIST_FILES= bin/zoom %%DATADIR%%/zoomrc
|
|
PLIST_DIRS= %%DATADIR%%
|
|
|
|
.include <bsd.port.mk>
|