diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-01 09:59:42 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-01 09:59:42 +0800 |
commit | 4edb5e6b82c0c199badbc2859e49b947cb7be48e (patch) | |
tree | c465d3c9b6b8163668ba410e18cd4eebaca21e38 /misc/asbutton/Makefile | |
parent | 83c423a3c299e69960ee2e99c912e5970e0c9f7d (diff) | |
download | freebsd-ports-gnome-4edb5e6b82c0c199badbc2859e49b947cb7be48e.tar.gz freebsd-ports-gnome-4edb5e6b82c0c199badbc2859e49b947cb7be48e.tar.zst freebsd-ports-gnome-4edb5e6b82c0c199badbc2859e49b947cb7be48e.zip |
Update to version 0.3
PR: 12797
Submitted by: Jim Mock <jim@blues.ghis.net>, maintainer
Diffstat (limited to 'misc/asbutton/Makefile')
-rw-r--r-- | misc/asbutton/Makefile | 32 |
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> |