6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
21 lines
402 B
Makefile
21 lines
402 B
Makefile
# 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
|
|
COMMENT= A vector graphics space shoot'em up game
|
|
|
|
USE_XORG= x11
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/xsc
|
|
|
|
.include <bsd.port.mk>
|