aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wmg/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-01 15:11:14 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-01 15:11:14 +0000
commitc444ec52769796738ff6c8cde018095beb3bd994 (patch)
treec24a39bb10ae323a22754c12bc94c06fb97de08d /x11-wm/wmg/Makefile
parente78df969a9b2c0aaa494777baded243d2b4ef229 (diff)
downloadports-c444ec52769796738ff6c8cde018095beb3bd994.tar.gz
ports-c444ec52769796738ff6c8cde018095beb3bd994.zip
Notes
Diffstat (limited to 'x11-wm/wmg/Makefile')
-rw-r--r--x11-wm/wmg/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/x11-wm/wmg/Makefile b/x11-wm/wmg/Makefile
deleted file mode 100644
index 952c048807b4..000000000000
--- a/x11-wm/wmg/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: wmg
-# Date created: 27 August 1999
-# Whom: Yukihiro Nakai <Nacai@iname.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= wmg
-PORTVERSION= 0.15.0
-PORTREVISION= 8
-CATEGORIES= x11-wm gnome
-MASTER_SITES= http://ductape.net/~reeve/downloads/
-DISTNAME= wmG-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Small GTK-based GNOME-compliant window manager
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-USE_XORG= xpm
-USE_GNOME= gnomehack gnomelibs gnomeprefix
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
- AUTOHEADER="${TRUE}"
-
-CFLAGS+= -fpermissive
-
-.include <bsd.port.mk>