From 3037cb61c7f1ac5ae9a15cee2365daa2d4036028 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 18 Jun 2013 11:46:51 +0000 Subject: - Trim Makefile headers - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful --- graphics/quesoglc/Makefile | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'graphics/quesoglc') 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 -# +# Created by: Dmitry Marakasov # $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 + +.if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} -- cgit v1.2.3