aboutsummaryrefslogtreecommitdiff
path: root/misc/wminfo/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-07-24 18:36:19 +0000
committerRene Ladan <rene@FreeBSD.org>2014-07-24 18:36:19 +0000
commit36e34f48e2e5ab984eb31b7cff1ee163494523f0 (patch)
tree78419497b9b7f06ed2367445df2b7045727c6e0a /misc/wminfo/Makefile
parent37f54e0f66813dcddb3659fd7810198377792a1e (diff)
downloadports-36e34f48e2e5ab984eb31b7cff1ee163494523f0.tar.gz
ports-36e34f48e2e5ab984eb31b7cff1ee163494523f0.zip
Notes
Diffstat (limited to 'misc/wminfo/Makefile')
-rw-r--r--misc/wminfo/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/misc/wminfo/Makefile b/misc/wminfo/Makefile
deleted file mode 100644
index 8404f67a5001..000000000000
--- a/misc/wminfo/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: Thomas Kempka <t.kempka@web.de>
-# $FreeBSD$
-
-PORTNAME= wminfo
-PORTVERSION= 1.51
-PORTREVISION= 1
-CATEGORIES= misc windowmaker
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= pav
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Dockapp to run shell scripts and display the output
-
-DEPRECATED= Fails to build with new utmpx
-EXPIRATION_DATE= 2014-07-23
-
-WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME}
-
-USE_XORG= xpm
-
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|$$(LIBS)$$|& $$(OBJS)|g' \
- -e 's|/usr/X11R6|$$(LOCALBASE)|g' \
- -e 's|/share/include|/include|g' \
- ${WRKSRC}/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/wminfo ${PREFIX}/bin
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 900007
-BROKEN= fails to build with new utmpx
-.endif
-
-.include <bsd.port.post.mk>