diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-06-18 11:46:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-06-18 11:46:51 +0000 |
commit | 3037cb61c7f1ac5ae9a15cee2365daa2d4036028 (patch) | |
tree | e391a5b5894d27043bb95bd6680b03174979f810 /graphics/quesoglc | |
parent | 28eb882aa04c420b3fe972dd8748b80c90c5cd82 (diff) |
Notes
Diffstat (limited to 'graphics/quesoglc')
-rw-r--r-- | graphics/quesoglc/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/graphics/quesoglc/Makefile b/graphics/quesoglc/Makefile index 0ab2c7c86e08..39114767ec31 100644 --- a/graphics/quesoglc/Makefile +++ b/graphics/quesoglc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: quesoglc -# Date created: 04 Jun 2009 -# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> -# +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> # $FreeBSD$ -# PORTNAME= quesoglc PORTVERSION= 0.7.2 @@ -14,14 +10,14 @@ MASTER_SITES= SF/${PORTNAME}/QuesoGLC/${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Free implementation of the OpenGL Character Renderer -LIB_DEPENDS= fribidi.3:${PORTSDIR}/converters/fribidi \ - freetype.9:${PORTSDIR}/print/freetype2 \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= fribidi:${PORTSDIR}/converters/fribidi \ + freetype:${PORTSDIR}/print/freetype2 \ + fontconfig:${PORTSDIR}/x11-fonts/fontconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix USE_GL= gl glu glut USE_LDCONFIG= yes @@ -32,7 +28,9 @@ CONFIGURE_ARGS= --without-glew --with-fribidi PORTDOCS= README -.if !defined(NOPORTDOCS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} |