1999-08-01 04:56:37 +02:00
|
|
|
# New ports collection makefile for: wmstock
|
|
|
|
# Date created: 19 Jun 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1999-08-01 04:56:37 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= wmstock
|
2000-05-20 07:42:16 +02:00
|
|
|
PORTVERSION= 0.11
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 3
|
2004-01-22 22:12:03 +01:00
|
|
|
CATEGORIES= finance windowmaker
|
2000-05-20 07:42:16 +02:00
|
|
|
MASTER_SITES= http://mattfischer.com/wmstock/src/
|
1999-08-01 04:56:37 +02:00
|
|
|
|
2001-01-09 01:06:25 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Cool WindowMaker Dockapp that shows stock ticker(s)
|
1999-08-01 04:56:37 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= xpm
|
1999-08-01 04:56:37 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/wmstock/src
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= wmstock.1
|
|
|
|
|
|
|
|
do-install:
|
2000-05-20 07:42:16 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmstock ${PREFIX}/bin
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/getquote ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/wmstock.1x ${PREFIX}/man/man1/wmstock.1
|
1999-08-01 04:56:37 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|