blob: 14be6ae6bf4f4c3431f5d7674edeaca23a70e038 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Ports collection Makefile for: gnomepm
# Date created: 16 July 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomepm
PORTVERSION= 0.9.3
PORTREVISION= 2
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
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>
|