2013-06-26 23:30:28 +00:00
|
|
|
# Created by: Jesse Smith <jessefrgsmith@yahoo.ca>
|
2011-06-26 07:43:46 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= openssn
|
2013-06-26 23:30:28 +00:00
|
|
|
PORTVERSION= 1.4
|
2011-06-26 07:43:46 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= jessefrgsmith@yahoo.ca
|
2013-06-26 23:30:28 +00:00
|
|
|
COMMENT= Modern submarine simulator
|
2011-06-26 07:43:46 +00:00
|
|
|
|
2011-08-23 12:34:35 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2013-06-26 23:30:28 +00:00
|
|
|
MAN6= openssn.6
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
|
|
|
USES= desktop-file-utils
|
2011-08-23 12:34:35 +00:00
|
|
|
USE_SDL= sdl gfx image mixer
|
2011-06-26 07:43:46 +00:00
|
|
|
USE_XORG= x11 xau xdmcp xext xmu xpm xxf86vm
|
2011-07-14 13:42:39 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2011-06-26 07:43:46 +00:00
|
|
|
|
2013-09-20 17:36:33 +00:00
|
|
|
NO_STAGE= yes
|
2013-06-26 23:30:28 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,share/man/man6,man/man6,g' ${WRKSRC}/Makefile
|
|
|
|
|
2011-06-26 07:43:46 +00:00
|
|
|
.include <bsd.port.mk>
|