freebsd-ports/games/xsc/Makefile

24 lines
465 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.5
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.panix.com/~mbh/xsc/
MAINTAINER= ports@FreeBSD.org
2003-02-22 18:14:31 +01:00
COMMENT= A vector graphics space shoot'em up game
USE_XORG= x11
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
PLIST_FILES= bin/xsc
.include <bsd.port.mk>