- Fix Build.

- Update MASTER_SITES.

PR:		ports/151542
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
Marcelo Araujo 2010-10-22 20:59:51 +00:00
parent 022a1b0137
commit 561044cc26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263450

View File

@ -10,8 +10,9 @@ PORTNAME= gnotime
PORTVERSION= 2.3.0
PORTREVISION= 6
CATEGORIES= deskutils gnome
MASTER_SITES= SF/gttr/${PORTNAME}/${PORTNAME}-${PORTVERSION}:gttr SF/gttr/${PORTNAME}/${PORTNAME}-${PORTVERSION}:qof
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:gttr \
MASTER_SITES= SF/gttr/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
SF/qof/qof/${QOF_VERSION}:qof
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT \
${QOF_DISTNAME}${EXTRACT_SUFX}:qof
MAINTAINER= ports@FreeBSD.org
@ -19,8 +20,6 @@ COMMENT= A time tracker for gnome2
LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile
BROKEN= does not fetch
USE_XORG= xscrnsaver
USE_GNOME= gnomehack gnomeprefix gtkhtml3 intlhack libgnomeui
USE_GETTEXT= yes
@ -35,7 +34,8 @@ INSTALLS_OMF= yes
MAN1= gnotime.1 gnotime-remote.1
GCONF_SCHEMAS= gnotime.schemas
QOF_DISTNAME= qof-0.7.5
QOF_VERSION= 0.7.5
QOF_DISTNAME= qof-${QOF_VERSION}
QOF_WRKSRC= ${WRKDIR}/${QOF_DISTNAME}
CPPFLAGS= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`
@ -67,4 +67,5 @@ pre-build:
pre-install:
@(cd ${QOF_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
.include <bsd.port.mk>