blob: e4e7fe24da172aab87111872cc95d43d072b100d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: xsoldier
# Version required: 0.96
# Date created: 22 January 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.7 1998/09/17 00:32:40 asami Exp $
#
DISTNAME= xsoldier-0.96
CATEGORIES= games
MASTER_SITES= http://www.surfline.ne.jp/hachi/xsoldier/
MAINTAINER= nacai@iname.com
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>
|