diff options
Diffstat (limited to 'misc/wmstock/Makefile')
-rw-r--r-- | misc/wmstock/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/misc/wmstock/Makefile b/misc/wmstock/Makefile deleted file mode 100644 index 669938b9b90a..000000000000 --- a/misc/wmstock/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: wmstock -# Date created: 19 Jun 1999 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= wmstock -PORTVERSION= 0.11 -PORTREVISION= 2 -CATEGORIES= misc windowmaker finance -MASTER_SITES= http://mattfischer.com/wmstock/src/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Cool WindowMaker Dockapp that shows stock ticker(s) - -USE_X_PREFIX= yes -USE_XPM= yes -USE_PERL5_RUN= 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> |