diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-22 17:08:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-22 17:08:45 +0000 |
commit | da167dde05c07229f150c05d0009b582782c68a8 (patch) | |
tree | 7f1315791f29e0876179e56ed87fcc1eee2d9347 /finance/gnomepm/Makefile | |
parent | 4e0e6abc81d5e0d0c878ebc24517e20334011519 (diff) |
Notes
Diffstat (limited to 'finance/gnomepm/Makefile')
-rw-r--r-- | finance/gnomepm/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/finance/gnomepm/Makefile b/finance/gnomepm/Makefile deleted file mode 100644 index 1bb73b6712d6..000000000000 --- a/finance/gnomepm/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Ports collection Makefile for: gnomepm -# Date created: 16 July 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomepm -PORTVERSION= 0.9.3 -PORTREVISION= 3 -CATEGORIES= finance gnome -MASTER_SITES= ${MASTER_SITE_DEBIAN} -MASTER_SITE_SUBDIR= pool/main/g/${PORTNAME:S/gnome/gnome-/} -DISTNAME= ${PORTNAME:S/gnome/gnome-/}_${PORTVERSION}.orig - -MAINTAINER= ports@FreeBSD.org -COMMENT= A small GNOME app that collects stock information from Yahoo!(c) Finance - -LIB_DEPENDS= ghttp.1:${PORTSDIR}/www/libghttp - -DEPRECATED= is unfetchable and has no homepage -EXPIRATION_DATE= 2007-03-19 - -WRKSRC= ${WRKDIR}/${PORTNAME:S/gnome/gnome-/}-${PORTVERSION} - -USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomelibs gnomeprefix -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> |