blob: 617320aa7b44da93d841488532c29f718a643c93 (
plain) (
blame)
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.3 1997/06/10 16:11:12 andreas Exp $
#
DISTNAME= xsoldier-0.96
CATEGORIES= games x11
MASTER_SITES= http://www.surfline.ne.jp/hachi/xsoldier/
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>
|