1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/maelstrom/Makefile
Satoshi Asami 2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00

27 lines
552 B
Makefile

# New ports collection makefile for: Maelstrom
# Date created: 13 May 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= maelstrom
PORTVERSION= 3.0.1
CATEGORIES= games
MASTER_SITES= http://www.devolution.com/~slouken/projects/Maelstrom/src/
DISTNAME= Maelstrom-${PORTVERSION}
MAINTAINER= sobomax@altavista.net
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
SDL-1.0.2:${PORTSDIR}/devel/sdl
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install_gamedocs
.endif
.include <bsd.port.mk>