aboutsummaryrefslogtreecommitdiff
path: root/x11/wmessage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/wmessage/Makefile')
-rw-r--r--x11/wmessage/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/x11/wmessage/Makefile b/x11/wmessage/Makefile
deleted file mode 100644
index 1b9f668d5c71..000000000000
--- a/x11/wmessage/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: wmessage
-# Date created: Mon Dec 17 20:18:07 EST 2001
-# Whom: Patrick Li <pat@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= wmessage
-PORTVERSION= 0.11
-PORTREVISION= 1
-CATEGORIES= x11 windowmaker
-MASTER_SITES= http://tucows.mirror.ish.de/linux/files/x11/xwin/
-
-MAINTAINER= pat@FreeBSD.org
-COMMENT= A WINGs based message viewer similar to xmessage
-
-BROKEN= "Does not build with new version of windowmaker"
-EXPIRATION_DATE=2005-02-18
-DEPRECATED= ${BROKEN}
-
-BUILD_DEPENDS= get-wraster-flags:${PORTSDIR}/x11-wm/windowmaker
-
-USE_X_PREFIX= yes
-USE_XPM= yes
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/wmessage ${PREFIX}/bin
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${WRKSRC}/README \
- ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>