freebsd-ports/lang/ofc/Makefile

34 lines
710 B
Makefile
Raw Normal View History

# Created by: vanilla
# $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
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}
2007-12-12 03:44:21 +01:00
USE_SDL= sdl
2015-06-22 20:33:20 +02:00
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>