summaryrefslogtreecommitdiff
path: root/games/libfov/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/libfov/Makefile')
-rw-r--r--games/libfov/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/games/libfov/Makefile b/games/libfov/Makefile
deleted file mode 100644
index be3d1edc5865..000000000000
--- a/games/libfov/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: aaron@FreeBSD.org
-# $FreeBSD$
-
-PORTNAME= libfov
-PORTVERSION= 1.0.4
-PORTREVISION= 1
-CATEGORIES= games devel
-MASTER_SITES= GOOGLE_CODE
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= C library for calculating fields of view on low resolution rasters
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-USES= pathfix pkgconfig libtool
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= ac_cv_prog_doxygen=no ac_cv_path_SDL_CONFIG=no
-USE_LDCONFIG= yes
-INSTALL_TARGET= install-strip
-
-post-extract:
- @${CHMOD} ${BINMODE} ${WRKSRC}/install-sh
-
-post-patch:
- @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e '/^SUBDIRS/s|=.*|= fov|' \
- ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's|^AM_CFLAGS|#AM_CFLAGS|' \
- ${WRKSRC}/fov/Makefile.in
-
-.include <bsd.port.mk>