summaryrefslogtreecommitdiff
path: root/misc/asbutton/Makefile
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-10 16:44:07 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-10 16:44:07 +0000
commitca1813bb8381bbf71d14c99eeb1fd65f5d56f20e (patch)
tree3c5992fd6cf63df0fa3f9a0a53c9725e5883f118 /misc/asbutton/Makefile
parentNetwork stats fixed, and turned on by default. (diff)
PR: ports/11619
Submitted by: jim@blues.ghis.net A dockapp that displays 4 or 9 buttons to run apps of your choice.
Notes
Notes: svn path=/head/; revision=18755
Diffstat (limited to 'misc/asbutton/Makefile')
-rw-r--r--misc/asbutton/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/misc/asbutton/Makefile b/misc/asbutton/Makefile
new file mode 100644
index 000000000000..fef767f5d45e
--- /dev/null
+++ b/misc/asbutton/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: asbutton
+# Version required: 0.2
+# Date created: 10 May 1999
+# Whom: Jim Mock <jim@phrantic.phear.net>
+#
+# $Id$
+#
+
+DISTNAME= asbutton-0.2
+CATEGORIES= misc windowmaker afterstep
+MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/asbutton/
+
+MAINTAINER= jim@phrantic.phear.net
+
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+
+USE_X_PREFIX= yes
+
+do-build:
+ (cd ${WRKSRC} && make)
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/asbutton ${PREFIX}/bin
+ @${ECHO} " "
+ @${ECHO} "===> Installing icons in ${PREFIX}/share/asbutton"
+ @${ECHO} " "
+ @${MKDIR} ${PREFIX}/share/asbutton && chmod a+rx ${PREFIX}/share/asbutton
+ ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/share/asbutton
+
+post-install:
+ @${ECHO} " "
+ @${ECHO} "===> Installing sample asbuttonrc in ${PREFIX}/share/examples/asbutton"
+ @${ECHO} "===> Copy to ~/.asbuttonrc and modify to desired config."
+ @${ECHO} " "
+ @${MKDIR} ${PREFIX}/share/examples/asbutton && chmod a+rx ${PREFIX}/share/examples/asbutton
+ ${INSTALL_DATA} ${WRKSRC}/.asbuttonrc ${PREFIX}/share/examples/asbutton/asbuttonrc && chmod u+rw ${PREFIX}/share/examples/asbutton/asbuttonrc
+ @${ECHO} " "
+ @${ECHO} "===> Use 'asbutton -h' for help."
+
+.include <bsd.port.mk>