diff options
Diffstat (limited to 'lang/ofc/Makefile')
-rw-r--r-- | lang/ofc/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/lang/ofc/Makefile b/lang/ofc/Makefile deleted file mode 100644 index a13c2441fd73..000000000000 --- a/lang/ofc/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# 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> |