diff options
author | Mark Pulford <markp@FreeBSD.org> | 2003-02-22 17:14:31 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2003-02-22 17:14:31 +0000 |
commit | bdbb3bc341e0731b5dba9bef46168ce91c6d38f9 (patch) | |
tree | 5dd9615792862f9c3e2cff9f1d2cc06d2b5c4292 /games/xsc | |
parent | 23b9c3bd1a90631685e2021e22c94fd5f07be9eb (diff) | |
download | ports-bdbb3bc341e0731b5dba9bef46168ce91c6d38f9.tar.gz ports-bdbb3bc341e0731b5dba9bef46168ce91c6d38f9.zip |
Notes
Diffstat (limited to 'games/xsc')
-rw-r--r-- | games/xsc/Makefile | 4 | ||||
-rw-r--r-- | games/xsc/pkg-comment | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/xsc/Makefile b/games/xsc/Makefile index 762fb2ab8c5c..d4854d4b1d5f 100644 --- a/games/xsc/Makefile +++ b/games/xsc/Makefile @@ -11,9 +11,11 @@ CATEGORIES= games MASTER_SITES= http://www.panix.com/~mbh/xsc/ MAINTAINER= markp@FreeBSD.org +COMMENT= A vector graphics space shoot'em up game USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include" LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include" \ + LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" .include <bsd.port.mk> diff --git a/games/xsc/pkg-comment b/games/xsc/pkg-comment deleted file mode 100644 index 87ec44d236df..000000000000 --- a/games/xsc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A vector graphics space shoot'em up game |