1998-04-22 16:07:51 +02:00
|
|
|
# New ports collection makefile for: xquote
|
|
|
|
# Date created: 4 Jan 1998
|
|
|
|
# Whom: Ian Struble <ian@broken.net>
|
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1998-04-22 16:07:51 +02:00
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= xquote
|
2006-05-08 09:43:49 +02:00
|
|
|
PORTVERSION= 2.6.10
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2004-01-22 22:12:03 +01:00
|
|
|
CATEGORIES= finance
|
2007-07-07 21:22:23 +02:00
|
|
|
MASTER_SITES= http://xinvest.sunsite.dk/ \
|
|
|
|
http://www.sourcefiles.org/Financial/Stockmarket/ CENKES
|
1998-04-22 16:07:51 +02:00
|
|
|
|
2008-09-07 02:19:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A quote retrieval tool for X
|
1998-04-22 16:07:51 +02:00
|
|
|
|
2004-07-14 11:25:24 +02:00
|
|
|
LIB_DEPENDS= Xbae.4:${PORTSDIR}/x11-toolkits/xbae
|
|
|
|
|
2000-11-08 00:28:20 +01:00
|
|
|
USE_MOTIF= yes
|
1998-04-22 16:07:51 +02:00
|
|
|
USE_IMAKE= yes
|
- 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
|
1998-04-22 16:07:51 +02:00
|
|
|
|
2004-07-14 11:25:24 +02:00
|
|
|
PLIST_FILES= bin/Xquote lib/X11/app-defaults/Xquote
|
|
|
|
|
1998-04-22 16:07:51 +02:00
|
|
|
.include <bsd.port.mk>
|