summaryrefslogtreecommitdiff
path: root/misc/asbutton/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/asbutton/Makefile')
-rw-r--r--misc/asbutton/Makefile32
1 files changed, 14 insertions, 18 deletions
diff --git a/misc/asbutton/Makefile b/misc/asbutton/Makefile
index fef767f5d45e..1a013124f84e 100644
--- a/misc/asbutton/Makefile
+++ b/misc/asbutton/Makefile
@@ -1,16 +1,17 @@
# New ports collection makefile for: asbutton
-# Version required: 0.2
+# Version required: 0.3
# Date created: 10 May 1999
-# Whom: Jim Mock <jim@phrantic.phear.net>
+# Whom: Jim Mock <jim@blues.ghis.net>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/05/10 16:44:06 flathill Exp $
#
-DISTNAME= asbutton-0.2
+DISTNAME= asbutton-0.3
CATEGORIES= misc windowmaker afterstep
-MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/asbutton/
+MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/asbutton/ \
+ ftp://ftp.afterstep.org/apps/asbutton/
-MAINTAINER= jim@phrantic.phear.net
+MAINTAINER= jim@blues.ghis.net
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
@@ -20,21 +21,16 @@ do-build:
(cd ${WRKSRC} && make)
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/asbutton ${PREFIX}/bin
- @${ECHO} " "
- @${ECHO} "===> Installing icons in ${PREFIX}/share/asbutton"
- @${ECHO} " "
+ @${INSTALL_PROGRAM} ${WRKSRC}/asbutton ${PREFIX}/bin
+ @${ECHO} "===> Installing icons in ${PREFIX}/share/asbutton"
@${MKDIR} ${PREFIX}/share/asbutton && chmod a+rx ${PREFIX}/share/asbutton
- ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${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} " "
+ @${ECHO} "===> Installing sample asbuttonrc in ${PREFIX}/share/examples/asbutton"
+ @${ECHO} "===> Copy to ~/.asbuttonrc and modify to desired config."
@${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."
+ @${INSTALL_DATA} ${WRKSRC}/.asbuttonrc ${PREFIX}/share/examples/asbutton/asbuttonrc && chmod u+rw ${PREFIX}/share/examples/asbutton/asbuttonrc
+ @${ECHO} "===> Use 'asbutton -h' for help."
.include <bsd.port.mk>