1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/games/xscorch/Makefile
Will Andrews faf9c71497 Update to 0.1.6, and bump gnome shlib version.
PR:		19963
Submitted by:	Steve Coltrin <spcoltri@omcl.org> (gnome shlib ver)
2000-07-16 05:17:36 +00:00

36 lines
713 B
Makefile

# New ports collection makefile for: xscorch
# Date created: 19 Apr 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= xscorch
PORTVERSION= 0.1.6
CATEGORIES= games
MASTER_SITES= http://chaos2.org/xscorch/
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
mikmod.2:${PORTSDIR}/audio/libmikmod
.if defined(WITH_GNOME)
LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
.endif
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-gtk
.if defined(WITH_GNOME)
CONFIGURE_ARGS+=--with-gnome
.else
CONFIGURE_ARGS+=--without-gnome
.endif
CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}"
USE_GMAKE= yes
MAN6= xscorch.6
.include <bsd.port.mk>