blob: b01bc075435ba475efb3a177e69c97eec3a814cf (
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
|
# New ports collection makefile for: Maelstrom
# Version required: 3.0.1
# Date created: 13 May 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= Maelstrom-3.0.1
PKGNAME= maelstrom-3.0.1
CATEGORIES= games
MASTER_SITES= http://www.devolution.com/~slouken/projects/Maelstrom/src/
MAINTAINER= ports@FreeBSD.org
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>
|