diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-02-16 11:47:55 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-02-16 11:47:55 +0000 |
commit | eb4fe8a572b47ca5945a49ee3fa61f8720aa9805 (patch) | |
tree | 6f894ba0a66c9b5c81b200a3df5ad6d87af1739b /games/xsoldier | |
parent | 759c7b76650f6da7d187fa53af3b55c283ac41eb (diff) | |
download | ports-eb4fe8a572b47ca5945a49ee3fa61f8720aa9805.tar.gz ports-eb4fe8a572b47ca5945a49ee3fa61f8720aa9805.zip |
Notes
Diffstat (limited to 'games/xsoldier')
-rw-r--r-- | games/xsoldier/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/games/xsoldier/Makefile b/games/xsoldier/Makefile index 57ac6cb00ca3..3e23f1ec9a76 100644 --- a/games/xsoldier/Makefile +++ b/games/xsoldier/Makefile @@ -1,20 +1,20 @@ -# New ports collection makefile for: xsoldier -# Version required: 0.95 -# Date created: 22 January 1997 -# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> +# New ports collection makefile for: xsoldier +# Version required: 0.95 +# Date created: 22 January 1997 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/02/16 10:54:55 andreas Exp $ # DISTNAME= xsoldier-0.95 -CATEGORIES+= games x11 -MASTER_SITES= http://www.educ.info.kanagawa-u.ac.jp/~s945750/xsoldier/ +CATEGORIES= games x11 +MASTER_SITES= http://www.educ.info.kanagawa-u.ac.jp/~s945750/xsoldier/ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp -LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -CONFIGURE_ENV= X11BASE=${X11BASE} -USE_X11= yes +CONFIGURE_ENV= X11BASE=${X11BASE} +USE_X11= yes .include <bsd.port.mk> |