diff options
author | mph <mph@FreeBSD.org> | 1998-04-22 14:07:51 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-04-22 14:07:51 +0000 |
commit | 983b18bce983a4d6555beda02599986b8ad73099 (patch) | |
tree | 5759d63a8297fbde2073f801bd51fecb31885a23 /misc/xquote/Makefile | |
parent | 029661e7ad9e3eabbdb91740237da4f51ff86153 (diff) | |
download | FreeBSD-ports-983b18bce983a4d6555beda02599986b8ad73099.zip FreeBSD-ports-983b18bce983a4d6555beda02599986b8ad73099.tar.gz |
Import of xquote, which gets stock quotes over the network.
PR: 5431
Submitted by: ian@majesticnet.com
Diffstat (limited to 'misc/xquote/Makefile')
-rw-r--r-- | misc/xquote/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/xquote/Makefile b/misc/xquote/Makefile new file mode 100644 index 0000000..cb03848 --- /dev/null +++ b/misc/xquote/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xquote +# Version required: 1.1 +# Date created: 4 Jan 1998 +# Whom: Ian Struble <ian@broken.net> +# +# $Id$ + +DISTNAME= xquote-1.1 +CATEGORIES= misc +MASTER_SITES= http://sunsite.auc.dk/xinvest/ \ + ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications + +MAINTAINER= mph@freebsd.org + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +REQUIRES_MOTIF= yes + +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes + +.include <bsd.port.mk> |