freebsd-ports/finance/xquote/Makefile
Andrew Pantyukhin c36ad3d129 - Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
2006-07-30 22:46:04 +00:00

24 lines
512 B
Makefile

# New ports collection makefile for: xquote
# Date created: 4 Jan 1998
# Whom: Ian Struble <ian@broken.net>
#
# $FreeBSD$
PORTNAME= xquote
PORTVERSION= 2.6.10
CATEGORIES= finance
MASTER_SITES= http://xinvest.sunsite.dk/ XCONTRIB
MASTER_SITE_SUBDIR= applications
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= A quote retrieval tool for X
LIB_DEPENDS= Xbae.4:${PORTSDIR}/x11-toolkits/xbae
USE_MOTIF= yes
USE_IMAKE= yes
USE_XPM= yes
PLIST_FILES= bin/Xquote lib/X11/app-defaults/Xquote
.include <bsd.port.mk>