mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
39 lines
834 B
Makefile
39 lines
834 B
Makefile
# Created by: ijliao
|
|
|
|
PORTNAME= gl-117
|
|
PORTVERSION= 1.3.2
|
|
DISTVERSIONSUFFIX= -src
|
|
PORTREVISION= 12
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/GL-117%20Source
|
|
|
|
MAINTAINER= erik@bz.bzflag.bz
|
|
COMMENT= OpenGL & SDL action flight simulator
|
|
|
|
USES= gl tar:bzip2
|
|
USE_GL= glut
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-opengl-dir=${LOCALBASE}
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -lpthread -L${LOCALBASE}/lib
|
|
|
|
DESKTOP_ENTRIES= "GL-117" \
|
|
"Action flight simulator" \
|
|
"" \
|
|
"gl-117" \
|
|
"Game;ArcadeGame;" \
|
|
false
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/doc/gl-117.6 ${STAGEDIR}${MANPREFIX}/man/man6
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/doc/gl-117.pdf ${STAGEDIR}${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|