freebsd-ports/finance/wmstock/Makefile
Will Andrews 052cf380ee Release to the world all of my ports that I don't use, excluding KDE 1,
which I'm holding for various reasons, so some kind soul can take the time
to fix them without having to wait for me.
2001-01-09 00:06:25 +00:00

28 lines
590 B
Makefile

# New ports collection makefile for: wmstock
# Date created: 19 Jun 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= wmstock
PORTVERSION= 0.11
CATEGORIES= misc windowmaker
MASTER_SITES= http://mattfischer.com/wmstock/src/
MAINTAINER= ports@FreeBSD.org
USE_X_PREFIX= yes
USE_XPM= yes
WRKSRC= ${WRKDIR}/wmstock/src
USE_GMAKE= yes
MAN1= wmstock.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmstock ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/getquote ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/wmstock.1x ${PREFIX}/man/man1/wmstock.1
.include <bsd.port.mk>