mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
74c65ae602
- Bump PORTREVISION on ports depending on it, since the shlib version changed
25 lines
561 B
Makefile
25 lines
561 B
Makefile
# Created by: Jesse Smith <jessefrgsmith@yahoo.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openssn
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 3
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= jessefrgsmith@yahoo.ca
|
|
COMMENT= Modern submarine simulator
|
|
|
|
LICENSE= GPLv2
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|