blob: a13c2441fd73ce80c47ee543a83524899791f264 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# Created by: vanilla
# $FreeBSD$
PORTNAME= ofc
PORTVERSION= 0.8.1
PORTREVISION= 15
CATEGORIES= lang
MASTER_SITES= GOOGLE_CODE
MAINTAINER= vanilla@FreeBSD.org
COMMENT= The Objective-C Foundation Classes library
BROKEN= Unfetchable (google code has gone away)
DEPRECATED= Unfetchable for more than six months (google code has gone away)
EXPIRATION_DATE= 2017-04-30
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libpng.so:graphics/png \
libfreetype.so:print/freetype2
PROJECTHOST= ${PORTNAME}
USE_SDL= sdl
USES= jpeg libtool objc pathfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -lpthread -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= GDBM GMP
GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
GMP_LIB_DEPENDS= libgmp.so:math/gmp
.include <bsd.port.mk>
|