dbbfc7889a
- If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
34 lines
710 B
Makefile
34 lines
710 B
Makefile
# 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)
|
|
|
|
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>
|