1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/games/xsc/Makefile

23 lines
491 B
Makefile
Raw Normal View History

# New ports collection makefile for: xsc
# Date created: Apr 16, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= xsc
PORTVERSION= 1.4
CATEGORIES= games
MASTER_SITES= http://www.panix.com/~mbh/xsc/
MAINTAINER= markp@FreeBSD.org
2003-02-22 17:14:31 +00:00
COMMENT= A vector graphics space shoot'em up game
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"
PLIST_FILES= bin/xsc
.include <bsd.port.mk>