PR: ports/11619

Submitted by:	jim@blues.ghis.net
A dockapp that displays 4 or 9 buttons to run apps of your choice.
This commit is contained in:
Seiichirou Hiraoka
1999-05-10 16:44:07 +00:00
parent 0dc93ffdfb
commit ca1813bb83
5 changed files with 102 additions and 0 deletions

40
misc/asbutton/Makefile Normal file
View File

@@ -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>

1
misc/asbutton/distinfo Normal file
View File

@@ -0,0 +1 @@
MD5 (asbutton-0.2.tar.gz) = 70b6ef9037352161dcd8e4b36f7c939e

View File

@@ -0,0 +1 @@
A dockapp that displays 4 or 9 buttons to run apps of your choice.

7
misc/asbutton/pkg-descr Normal file
View File

@@ -0,0 +1,7 @@
A swallowable applet presents a number of little buttons inside a
Wharf or dock icon and each of those starts an application when
clicked.
WWW Homepage: http://www.mindspring.com/~pancake/asbutton.htm
- Jim <jim@phrantic.phear.net>

53
misc/asbutton/pkg-plist Normal file
View File

@@ -0,0 +1,53 @@
bin/asbutton
share/asbutton/asb4-1.xpm
share/asbutton/asb4-2.xpm
share/asbutton/asb4-3.xpm
share/asbutton/asb4-4.xpm
share/asbutton/asb4-blank.xpm
share/asbutton/asb4-bullethole.xpm
share/asbutton/asb4-filingcabinet.xpm
share/asbutton/asb4-gear.xpm
share/asbutton/asb4-gnu-button-thang.xpm
share/asbutton/asb4-gnu-defaultapp.xpm
share/asbutton/asb4-gv.xpm
share/asbutton/asb4-info.xpm
share/asbutton/asb4-info2.xpm
share/asbutton/asb4-netscape.xpm
share/asbutton/asb4-network.xpm
share/asbutton/asb4-package.xpm
share/asbutton/asb4-redhat.xpm
share/asbutton/asb4-term-bsd.xpm
share/asbutton/asb4-term-linux.xpm
share/asbutton/asb4-turn.xpm
share/asbutton/asb4-wilbur.xpm
share/asbutton/asb4-xv.xpm
share/asbutton/asb9-1.xpm
share/asbutton/asb9-2.xpm
share/asbutton/asb9-3.xpm
share/asbutton/asb9-4.xpm
share/asbutton/asb9-5.xpm
share/asbutton/asb9-6.xpm
share/asbutton/asb9-7.xpm
share/asbutton/asb9-8.xpm
share/asbutton/asb9-9.xpm
share/asbutton/asb9-blank.xpm
share/asbutton/asb9-bullethole.xpm
share/asbutton/asb9-filecabinet.xpm
share/asbutton/asb9-gear.xpm
share/asbutton/asb9-gnu-button-thang.xpm
share/asbutton/asb9-gnu-defaultapp.xpm
share/asbutton/asb9-gv.xpm
share/asbutton/asb9-info.xpm
share/asbutton/asb9-info2.xpm
share/asbutton/asb9-netscape.xpm
share/asbutton/asb9-network.xpm
share/asbutton/asb9-package.xpm
share/asbutton/asb9-redhat.xpm
share/asbutton/asb9-term-bsd.xpm
share/asbutton/asb9-term-linux.xpm
share/asbutton/asb9-turn.xpm
share/asbutton/asb9-wilbur.xpm
share/asbutton/asb9-xv.xpm
share/examples/asbutton/asbuttonrc
@dirrm share/asbutton
@dirrm share/examples/asbutton