freebsd-ports/finance/gnomepm/Makefile
Gabor Kovesdan 92a2cd734a - Deprecate: is unfetchable and has no homepage
- Set EXPIRATION_DATE

Approved by:	erwin (mentor, implicit)
2007-02-19 17:35:28 +00:00

32 lines
857 B
Makefile

# 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>