blob: 32deafdc6420dd8038ee2661cc5f051248b79990 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.1 1998/08/01 14:58:18 frueauf Exp $
#
DISTNAME= xsoldier-0.96
CATEGORIES= games x11
MASTER_SITES= http://www.surfline.ne.jp/hachi/xsoldier/
MAINTAINER= root@garbled.net
DEPENDS+= xpm-3.4k:../../graphics/xpm
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
post-patch:
${TOUCH} ${WRKSRC}/xsoldier.man
.include "../../mk/bsd.pkg.mk"
|