1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/games/openssn/Makefile
Dmitry Marakasov 0efe759d6b - Add LICENSE_FILE
- stipbin
- Drop @dirrm* from plist

Approved by:	portmgr blanket
2015-01-14 19:06:33 +00:00

29 lines
659 B
Makefile

# Created by: Jesse Smith <jessefrgsmith@yahoo.ca>
# $FreeBSD$
PORTNAME= openssn
PORTVERSION= 1.4
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= jessefrgsmith@yahoo.ca
COMMENT= Modern submarine simulator
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_SDL= sdl gfx image mixer
USE_XORG= x11 xau xdmcp xext xmu xpm xxf86vm
WRKSRC= ${WRKDIR}/${PORTNAME}
post-patch:
@${REINPLACE_CMD} -E \
-e '/cp|mkdir/s,\$$\(PREFIX\)|\$$\(DATADIR\),$$(DESTDIR)&,' \
-e 's,share/man/man6,man/man6,' ${WRKSRC}/Makefile
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>