diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-11 12:53:10 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-11 12:53:10 +0000 |
commit | d25cf0992c47026c0bdf13582f9ea415221d76bc (patch) | |
tree | aadd4f4e433a6186dc90418b831672e64067af31 /x11/wmbutton/Makefile | |
parent | e684cec23ba82d233f0dd80a5e5c03e579ed8e06 (diff) | |
download | ports-d25cf0992c47026c0bdf13582f9ea415221d76bc.tar.gz ports-d25cf0992c47026c0bdf13582f9ea415221d76bc.zip |
Notes
Diffstat (limited to 'x11/wmbutton/Makefile')
-rw-r--r-- | x11/wmbutton/Makefile | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/x11/wmbutton/Makefile b/x11/wmbutton/Makefile new file mode 100644 index 000000000000..f35da4dfdc9d --- /dev/null +++ b/x11/wmbutton/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: wmbutton +# Version required: 0.4 +# Date created: 10 Apr 1999 +# Whom: Jim Mock <jim@phrantic.phear.net> +# +# $Id$ +# + +DISTNAME= wmbutton-0.4 +CATEGORIES= x11 windowmaker +MASTER_SITES= http://www-personal.ksu.edu/~ehflora/wmbutton/ + +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}/wmbutton ${PREFIX}/bin + +post-install: + @${ECHO} " " + @${ECHO} "----------------------------------------------------------------------" + @${ECHO} "===> Installing .wmbutton as ${PREFIX}/share/examples/wmbutton/wmbutton" + @${ECHO} "===> Modify if you wish and copy to ~/.wmbutton" + @${ECHO} "----------------------------------------------------------------------" + @${MKDIR} ${PREFIX}/share/examples/wmbutton && chmod a+rx ${PREFIX}/share/examples/wmbutton + ${INSTALL_DATA} ${WRKSRC}/.wmbutton ${PREFIX}/share/examples/wmbutton/wmbutton + @${ECHO} " " + @${ECHO} "-----------------------------------------------------------" + @${ECHO} "===> Installing README in ${PREFIX}/share/doc/wmbutton" + @${ECHO} "===> Please read it for usage instructions" + @${ECHO} "-----------------------------------------------------------" + @${MKDIR} ${PREFIX}/share/doc/wmbutton && chmod a+rx ${PREFIX}/share/doc/wmbutton + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmbutton + +.include <bsd.port.mk> |