mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
c9efb0c730
Hope this commit solves the problems Satoshi detected. Submitted by: Satoshi
21 lines
442 B
Makefile
21 lines
442 B
Makefile
# 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$
|
|
#
|
|
|
|
DISTNAME= xsoldier-0.96
|
|
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
|
|
|
|
USE_IMAKE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
.include <bsd.port.mk>
|