1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/asbutton/Makefile
Chris Piazza b4d5c33706 Update to version 0.3
PR:		12797
Submitted by:	Jim Mock <jim@blues.ghis.net>, maintainer
1999-08-01 01:59:42 +00:00

37 lines
1.2 KiB
Makefile

# New ports collection makefile for: asbutton
# Version required: 0.3
# Date created: 10 May 1999
# Whom: Jim Mock <jim@blues.ghis.net>
#
# $Id: Makefile,v 1.1.1.1 1999/05/10 16:44:06 flathill Exp $
#
DISTNAME= asbutton-0.3
CATEGORIES= misc windowmaker afterstep
MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/asbutton/ \
ftp://ftp.afterstep.org/apps/asbutton/
MAINTAINER= jim@blues.ghis.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} "===> Installing icons in ${PREFIX}/share/asbutton"
@${MKDIR} ${PREFIX}/share/asbutton && chmod a+rx ${PREFIX}/share/asbutton
@${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/share/asbutton
post-install:
@${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} "===> Use 'asbutton -h' for help."
.include <bsd.port.mk>