aboutsummaryrefslogtreecommitdiffstats
path: root/games/openssn/Makefile
blob: 963d35f8d4410c1fce352c7ebde2bdb67b052e65 (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
# Created by: Jesse Smith <jessefrgsmith@yahoo.ca>
# $FreeBSD$

PORTNAME=   openssn
PORTVERSION=    1.4
CATEGORIES= games
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER= jessefrgsmith@yahoo.ca
COMMENT=    Modern submarine simulator

LICENSE=    GPLv2

MAN6=       openssn.6
MANCOMPRESSED=  yes

USES=       desktop-file-utils
USE_SDL=    sdl gfx image mixer
USE_XORG=   x11 xau xdmcp xext xmu xpm xxf86vm
WRKSRC=     ${WRKDIR}/${PORTNAME}

NO_STAGE=   yes
post-patch:
    @${REINPLACE_CMD} -e 's,share/man/man6,man/man6,g' ${WRKSRC}/Makefile

.include <bsd.port.mk>