2013-05-02 16:44:50 +02:00
|
|
|
# Created by: vanilla
|
2006-06-24 19:54:22 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ofc
|
2008-09-23 05:07:30 +02:00
|
|
|
PORTVERSION= 0.8.1
|
2014-12-25 21:54:41 +01:00
|
|
|
PORTREVISION= 15
|
2006-06-24 19:54:22 +02:00
|
|
|
CATEGORIES= lang
|
2013-05-02 17:37:13 +02:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2006-06-24 19:54:22 +02:00
|
|
|
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
|
|
COMMENT= The Objective-C Foundation Classes library
|
|
|
|
|
2014-01-01 04:50:04 +01:00
|
|
|
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \
|
2014-12-25 11:49:46 +01:00
|
|
|
libpng.so:${PORTSDIR}/graphics/png \
|
2014-01-01 04:50:04 +01:00
|
|
|
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
|
|
|
libfreetype.so:${PORTSDIR}/print/freetype2
|
2006-06-24 19:54:22 +02:00
|
|
|
|
2013-05-02 17:37:13 +02:00
|
|
|
PROJECTHOST= ${PORTNAME}
|
2007-12-12 03:44:21 +01:00
|
|
|
USE_SDL= sdl
|
2014-08-29 11:50:08 +02:00
|
|
|
USES= libtool objc pathfix
|
2006-06-24 19:54:22 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2007-10-02 02:56:45 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-12-25 13:18:54 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
2011-09-24 00:26:39 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
2014-08-29 11:50:08 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2006-06-24 19:54:22 +02:00
|
|
|
|
2013-05-02 16:44:50 +02:00
|
|
|
OPTIONS_DEFINE= GDBM GMP
|
2006-06-24 19:54:22 +02:00
|
|
|
|
2014-08-29 11:50:08 +02:00
|
|
|
GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm
|
|
|
|
GMP_LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
|
2011-05-18 00:22:49 +02:00
|
|
|
|
2013-05-02 16:44:50 +02:00
|
|
|
.include <bsd.port.mk>
|