aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/sdl_gui/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 05:52:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 05:52:02 +0000
commit934221cca7ea9d0a328d996e66f3c8179cf06eeb (patch)
treeab05df3301e64dd79f9e5d5558253430a8570d8c /x11-toolkits/sdl_gui/Makefile
parent928f8cb0651c42de0e449ea6206d2bbe15d71a0c (diff)
downloadports-934221cca7ea9d0a328d996e66f3c8179cf06eeb.tar.gz
ports-934221cca7ea9d0a328d996e66f3c8179cf06eeb.zip
Notes
Diffstat (limited to 'x11-toolkits/sdl_gui/Makefile')
-rw-r--r--x11-toolkits/sdl_gui/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-toolkits/sdl_gui/Makefile b/x11-toolkits/sdl_gui/Makefile
deleted file mode 100644
index 6abb86fc6b23..000000000000
--- a/x11-toolkits/sdl_gui/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: sdl_gui
-# Date created: Aug 13, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= sdl_gui
-PORTVERSION= 0.10.3
-PORTREVISION= 12
-CATEGORIES= x11-toolkits
-MASTER_SITES= http://rhk.dataslab.com/SDL_gui/
-DISTNAME= SDL_gui-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A Graphical User Interface library for SDL
-
-DEPRECATED= Looks like an abandonware, no more public distfiles
-EXPIRATION_DATE= 2011-08-01
-
-USE_AUTOTOOLS= libtool
-USE_SDL= sdl image ttf
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-
-post-configure:
- ${REINPLACE_CMD} -e "s/^CC=\"cc\"/CC=\"${CXX}\"/" ${WRKSRC}/libtool
-
-.include <bsd.port.mk>