aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ofc
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2013-05-02 23:37:13 +0800
committervanilla <vanilla@FreeBSD.org>2013-05-02 23:37:13 +0800
commitdeda53789c600db3ceb77daeeb0169d39c70b8e3 (patch)
tree570ba47fb3b82625a6aa513065907e7887aee878 /lang/ofc
parentd3f4c541607dbdfff8c14539c0ca1e8121773c96 (diff)
downloadfreebsd-ports-gnome-deda53789c600db3ceb77daeeb0169d39c70b8e3.tar.gz
freebsd-ports-gnome-deda53789c600db3ceb77daeeb0169d39c70b8e3.tar.zst
freebsd-ports-gnome-deda53789c600db3ceb77daeeb0169d39c70b8e3.zip
1: change master_site to code.google.com.
2: don't specify the shlib version number.
Diffstat (limited to 'lang/ofc')
-rw-r--r--lang/ofc/Makefile13
-rw-r--r--lang/ofc/pkg-descr2
2 files changed, 8 insertions, 7 deletions
diff --git a/lang/ofc/Makefile b/lang/ofc/Makefile
index 405e5b4db3fd..1b3cea22b28f 100644
--- a/lang/ofc/Makefile
+++ b/lang/ofc/Makefile
@@ -5,16 +5,17 @@ PORTNAME= ofc
PORTVERSION= 0.8.1
PORTREVISION= 6
CATEGORIES= lang
-MASTER_SITES= http://ofc.dvoudheusden.net/download/
+MASTER_SITES= GOOGLE_CODE
MAINTAINER= vanilla@FreeBSD.org
COMMENT= The Objective-C Foundation Classes library
-LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
+LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \
png15:${PORTSDIR}/graphics/png \
- jpeg.11:${PORTSDIR}/graphics/jpeg \
- freetype.9:${PORTSDIR}/print/freetype2
+ jpeg:${PORTSDIR}/graphics/jpeg \
+ freetype:${PORTSDIR}/print/freetype2
+PROJECTHOST= ${PORTNAME}
USE_SDL= sdl
USE_AUTOTOOLS= libtool
USES= pathfix
@@ -28,11 +29,11 @@ OPTIONS_DEFINE= GDBM GMP
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGDBM}
-LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm
.endif
.if ${PORT_OPTIONS:MGMP}
-LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp
+LIB_DEPENDS+= gmp:${PORTSDIR}/math/gmp
.endif
.if ${OSVERSION} >= 900000
diff --git a/lang/ofc/pkg-descr b/lang/ofc/pkg-descr
index c403b28aebd1..36af4887a68e 100644
--- a/lang/ofc/pkg-descr
+++ b/lang/ofc/pkg-descr
@@ -6,4 +6,4 @@ c-wrappers, network and compound classes. At the moment the library is still
under development. The OFC library and the test and example programs are
licensed under the GNU GPL.
-WWW: http://ofc.dvoudheusden.net
+WWW: https://code.google.com/p/ofc