21 lines
458 B
Makefile
21 lines
458 B
Makefile
|
# OpenBSD makefile for: xsoldier
|
||
|
# Version required: 0.96
|
||
|
# Date created: December 6, 1997
|
||
|
# Whom: Angelos D. Keromytis
|
||
|
#
|
||
|
# $OpenBSD: Makefile,v 1.1.1.1 1997/12/07 04:31:25 angelos Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= xsoldier-0.96
|
||
|
CATEGORIES= games x11
|
||
|
MASTER_SITES= http://www.educ.info.kanagawa-u.ac.jp/~s945750/xsoldier/
|
||
|
|
||
|
MAINTAINER= angelos@openbsd.org
|
||
|
|
||
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||
|
|
||
|
USE_IMAKE= yes
|
||
|
NO_INSTALL_MANPAGES= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|