summaryrefslogtreecommitdiffstats
path: root/deskutils/gnotime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gnotime/Makefile')
-rw-r--r--deskutils/gnotime/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile
deleted file mode 100644
index 8d94f42cc..000000000
--- a/deskutils/gnotime/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: gnotime
-# Date created: 1 March 2003
-# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
-#
-# $FreeBSD$
-# $MCom: ports/deskutils/gnotime/Makefile,v 1.20 2007/04/30 18:45:24 ahze Exp $
-#
-
-PORTNAME= gnotime
-PORTVERSION= 2.2.2
-PORTREVISION= 6
-CATEGORIES= deskutils gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= gttr
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GnoTime is a time tracker for gnome2
-
-LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
-
-USE_AUTOTOOLS= libtool:15
-USE_GNOME= gnomehack gnomeprefix intlhack gtkhtml3 libgnomeui
-USE_GETTEXT= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-INSTALLS_OMF= yes
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-MAN1= gnotime.1
-GCONF_SCHEMAS= gnotime.schemas
-
-.include <bsd.port.mk>