4767d77464
Noticed by: bento
38 lines
641 B
Makefile
38 lines
641 B
Makefile
# New ports collection makefile for: xscorch
|
|
# Date created: 19 Apr 2000
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xscorch
|
|
PORTVERSION= 0.1.13a
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://chaos2.org/xscorch/ \
|
|
http://mirror.dok.org/xscorch/
|
|
|
|
MAINTAINER= petef@FreeBSD.org
|
|
|
|
LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod
|
|
|
|
WRKSRC= ${WRKDIR}/xscorch-0.1.13
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
USE_GMAKE= yes
|
|
USE_GTK= yes
|
|
WANT_GNOME= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-gtk
|
|
|
|
MAN6= xscorch.6
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(HAVE_GNOME)
|
|
USE_GNOME= yes
|
|
.else
|
|
CONFIGURE_ARGS+= --without-gnome
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|