2001-04-17 17:39:07 +00:00
|
|
|
# New ports collection makefile for: xsc
|
|
|
|
# Date created: Apr 16, 2001
|
|
|
|
# Whom: Mark Pulford <mark@kyne.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xsc
|
2001-05-27 09:17:11 +00:00
|
|
|
PORTVERSION= 1.4
|
2001-04-17 17:39:07 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.panix.com/~mbh/xsc/
|
|
|
|
|
2001-06-08 05:36:46 +00:00
|
|
|
MAINTAINER= markp@FreeBSD.org
|
2003-02-22 17:14:31 +00:00
|
|
|
COMMENT= A vector graphics space shoot'em up game
|
2001-04-17 17:39:07 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2003-02-22 17:14:31 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="${LDFLAGS} -L${X11BASE}/lib"
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= bin/xsc
|
2001-04-17 17:39:07 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|