summaryrefslogtreecommitdiff
path: root/x11-wm/spager/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/spager/Makefile')
-rw-r--r--x11-wm/spager/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/x11-wm/spager/Makefile b/x11-wm/spager/Makefile
deleted file mode 100644
index 339b41c8f321..000000000000
--- a/x11-wm/spager/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: sawfish pager
-# Date created: 05 June 2000
-# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= spager
-PORTVERSION= 0.15
-CATEGORIES= x11-wm
-MASTER_SITES= http://www.stanford.edu/~satyakid/
-
-MAINTAINER= nakai@FreeBSD.org
-COMMENT= A pager for sawfish without GNOME
-
-RUN_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish
-
-USE_X_PREFIX= yes
-USE_GNOME= gtk12
-
-ALL_TARGET= spager
-
-post-extract:
- ${RM} -f ${WRKSRC}/spager
-
-post-patch:
- ${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/sample.rc
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/spager ${PREFIX}/bin/
- ${MKDIR} ${DATADIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/spager.jl ${DATADIR}
- ${MKDIR} ${DATADIR}/merlin
- ${INSTALL_SCRIPT} ${WRKSRC}/merlin/message.jl ${DATADIR}/merlin
- ${INSTALL_SCRIPT} ${WRKSRC}/merlin/util.jl ${DATADIR}/merlin
- ${INSTALL_DATA} ${WRKSRC}/sample.rc ${DATADIR}
- ${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>