diff options
author | will <will@FreeBSD.org> | 2001-04-18 01:39:07 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-18 01:39:07 +0800 |
commit | 1b9b0f7c9619b67ef2b4580657733b7d3ee1bb1a (patch) | |
tree | 4fe728c0d4298c71c021c6d3fda6ceb1bfd3e894 /games/xsc/Makefile | |
parent | 27397a4ea77c03b0bb6f68299d29971619efddd6 (diff) | |
download | freebsd-ports-gnome-1b9b0f7c9619b67ef2b4580657733b7d3ee1bb1a.tar.gz freebsd-ports-gnome-1b9b0f7c9619b67ef2b4580657733b7d3ee1bb1a.tar.zst freebsd-ports-gnome-1b9b0f7c9619b67ef2b4580657733b7d3ee1bb1a.zip |
Add xsc 1.3, a vector graphics space shoot'em up game.
PR: 26609
Submitted by: Mark Pulford <mark@kyne.com.au>
Diffstat (limited to 'games/xsc/Makefile')
-rw-r--r-- | games/xsc/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/xsc/Makefile b/games/xsc/Makefile new file mode 100644 index 000000000000..689a39ae174a --- /dev/null +++ b/games/xsc/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xsc +# Date created: Apr 16, 2001 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= xsc +PORTVERSION= 1.3 +CATEGORIES= games +MASTER_SITES= http://www.panix.com/~mbh/xsc/ + +MAINTAINER= mark@kyne.com.au + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include" LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" + +.include <bsd.port.mk> |