1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/finance/wmstock/Makefile
Antoine Brodin 1ca2958ec3 - Stage support
- Shebangfix a perl script
2014-01-07 19:48:56 +00:00

25 lines
632 B
Makefile

# Created by: Will Andrews <andrews@technologist.com>
# $FreeBSD$
PORTNAME= wmstock
PORTVERSION= 0.11
PORTREVISION= 3
CATEGORIES= finance windowmaker
MASTER_SITES= http://www.mattfischer.com/wmstock/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Cool WindowMaker Dockapp that shows stock ticker(s)
USES= gmake shebangfix
USE_XORG= xpm
SHEBANG_FILES= getquote
WRKSRC= ${WRKDIR}/wmstock/src
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmstock ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/getquote ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/wmstock.1x ${STAGEDIR}${PREFIX}/man/man1/wmstock.1
.include <bsd.port.mk>