1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/xscorch/Makefile
Will Andrews 10bea55318 Add XScorch 0.1.2, a clone of the great olden-days DOS game "Scorch".
Rejoice!

Special thanks to:	Justin David Smith <justins@chaos2.org>, author,
			who worked with me to resolve some rather nasty
			bugs in 0.1.1 a month ago.  :-)
2000-05-30 19:27:06 +00:00

34 lines
694 B
Makefile

# New ports collection makefile for: xscorch
# Date created: 19 Apr 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= xscorch
PORTVERSION= 0.1.2
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.3:${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
.include <bsd.port.mk>