aboutsummaryrefslogtreecommitdiff
path: root/devel/clanlib22/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-16 12:21:03 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-16 12:21:03 +0000
commit2cc757da0af9d182af9710fef2c951906bd56974 (patch)
tree2a6bb6b00858a4d5eca54328f0232dcb69e2c496 /devel/clanlib22/Makefile
parentb840c26b6231b9da91e6a5c9a6c9c74323ae8e6f (diff)
downloadports-2cc757da0af9d182af9710fef2c951906bd56974.tar.gz
ports-2cc757da0af9d182af9710fef2c951906bd56974.zip
Notes
Diffstat (limited to 'devel/clanlib22/Makefile')
-rw-r--r--devel/clanlib22/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/devel/clanlib22/Makefile b/devel/clanlib22/Makefile
index b6bfd20d81f0..836d56079589 100644
--- a/devel/clanlib22/Makefile
+++ b/devel/clanlib22/Makefile
@@ -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