Date: Mon, 16 Sep 2013 12:21:03 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327384 - head/devel/clanlib22 Message-ID: <201309161221.r8GCL3mu035867@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 16 12:21:03 2013 New Revision: 327384 URL: http://svnweb.freebsd.org/changeset/ports/327384 Log: Use PKGNAMESUFFIX to allow pkg install clanlib to now propose every version of clanlib but only the default While here: - Remove now useless LATEST_LINK - Convert USE_GMAKE - Modernize LIB_DEPENDS Modified: head/devel/clanlib22/Makefile Modified: head/devel/clanlib22/Makefile ============================================================================== --- head/devel/clanlib22/Makefile Mon Sep 16 12:17:07 2013 (r327383) +++ head/devel/clanlib22/Makefile Mon Sep 16 12:21:03 2013 (r327384) @@ -7,6 +7,7 @@ PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.clanlib.org/download/releases-2.0/ DISTNAME= ClanLib-${PORTVERSION} +PKGNAMESUFFIX= 22 EXTRACT_SUFX= .tgz MAINTAINER= c.petrik.sosa@gmail.com @@ -15,18 +16,15 @@ COMMENT= Cross-platform game SDK LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - mikmod:${PORTSDIR}/audio/libmikmod \ - vorbis:${PORTSDIR}/audio/libvorbis \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libmikmod.so:${PORTSDIR}/audio/libmikmod \ + libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libpcre.so:${PORTSDIR}/devel/pcre -LATEST_LINK= ${PORTNAME}22 - -USE_GMAKE= yes USE_XORG= x11 -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes USE_GL= yes USE_SQLITE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309161221.r8GCL3mu035867>