2000-09-16 17:36:48 +02:00
|
|
|
# Ports collection Makefile for: gnomepm
|
|
|
|
# Date created: 16 July 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomepm
|
2000-11-01 12:45:45 +01:00
|
|
|
PORTVERSION= 0.9.3
|
2001-06-19 11:43:08 +02:00
|
|
|
PORTREVISION= 1
|
2003-10-04 04:27:44 +02:00
|
|
|
CATEGORIES= misc gnome finance
|
2003-08-01 20:18:17 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN}
|
|
|
|
MASTER_SITE_SUBDIR= pool/main/g/${PORTNAME:S/gnome/gnome-/}
|
|
|
|
DISTNAME= ${PORTNAME:S/gnome/gnome-/}_${PORTVERSION}.orig
|
2000-09-16 17:36:48 +02:00
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A small GNOME app that collects stock information from Yahoo!(c) Finance
|
2000-09-16 17:36:48 +02:00
|
|
|
|
2003-08-01 20:18:17 +02:00
|
|
|
LIB_DEPENDS= ghttp.1:${PORTSDIR}/www/libghttp
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME:S/gnome/gnome-/}-${PORTVERSION}
|
|
|
|
|
2000-09-16 17:36:48 +02:00
|
|
|
USE_X_PREFIX= yes
|
2003-08-01 20:18:17 +02:00
|
|
|
USE_GNOME= gnomehack gnomelibs gnomeprefix
|
2000-09-19 08:59:28 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 09:17:31 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-08-01 20:18:17 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2000-09-16 17:36:48 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|