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
|
|
|
|
|
2016-09-14 17:59:34 +02:00
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
|
|
|
2016-04-01 16:08:37 +02:00
|
|
|
LIB_DEPENDS= libexpat.so:textproc/expat2 \
|
|
|
|
libpng.so:graphics/png \
|
|
|
|
libfreetype.so: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
|
2015-06-22 20:33:20 +02:00
|
|
|
USES= jpeg 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
|
2015-03-25 13:58:33 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -lpthread -L${LOCALBASE}/lib
|
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
|
|
|
|
2016-04-01 16:08:37 +02:00
|
|
|
GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
|
|
|
|
GMP_LIB_DEPENDS= libgmp.so:math/gmp
|
2011-05-18 00:22:49 +02:00
|
|
|
|
2013-05-02 16:44:50 +02:00
|
|
|
.include <bsd.port.mk>
|