1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- OptionsNG

- Trim header

Feature safe:	yes
This commit is contained in:
Dmitry Marakasov 2012-12-01 09:38:31 +00:00
parent 3c1b954407
commit d302efa086
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308068

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: kobodeluxe
# Date created: 12 June 2002
# Whom: Amar Takhar <verm@drunkmonk.net>
#
# Created by: Amar Takhar <verm@drunkmonk.net>
# $FreeBSD$
#
PORTNAME= kobodeluxe
PORTVERSION= 0.5.1
@ -36,11 +32,12 @@ DESKTOP_ENTRIES="Kobo Deluxe" \
"Game;ArcadeGame;" \
false
OPTIONS= OPENGL "OpenGL rendering layer" on
OPTIONS_DEFINE= OPENGL
OPTIONS_DEFAULT=OPENGL
.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
.if !defined(WITHOUT_OPENGL)
.if ${PORT_OPTIONS:MOPENGL}
USE_GL= yes
CONFIGURE_ARGS+= --enable-opengl
.else
@ -67,4 +64,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/icons/Ubuntu/kobo-icon.xpm \
${PREFIX}/share/pixmaps/
.include <bsd.port.post.mk>
.include <bsd.port.mk>