svn commit: r327384 - head/devel/clanlib22
Baptiste Daroussin
bapt at FreeBSD.org
Mon Sep 16 12:21:03 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list