diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2010-10-22 20:59:51 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2010-10-22 20:59:51 +0000 |
commit | 561044cc2697f4fbd1e4c11ef3bb11c119a919e4 (patch) | |
tree | d9f33723b41d866caa470dc39894ce2d6bc31afe /deskutils/gnotime | |
parent | 022a1b0137688e05d7147abfa94a4096c197e4c9 (diff) |
Notes
Diffstat (limited to 'deskutils/gnotime')
-rw-r--r-- | deskutils/gnotime/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile index 1b5d4747411b..5fdaa2c0e967 100644 --- a/deskutils/gnotime/Makefile +++ b/deskutils/gnotime/Makefile @@ -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> |