blob: 5c7fdee051a1d33c84c344ac3f4e2ba45bc58ba2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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@FreeBSD.org
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl
USE_X_PREFIX= yes
USE_XPM= yes
USE_NEWGCC= yes
GNU_CONFIGURE= yes
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install_gamedocs
.endif
.include <bsd.port.mk>
|