mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
0f65c63cce
* Assign maintainership to submitter PR: 57584 Submitted by: Koop Mast <einekaoi@chello.nl>
29 lines
656 B
Makefile
29 lines
656 B
Makefile
# New ports collection makefile for: gnotime
|
|
# Date created: 1 March 2003
|
|
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnotime
|
|
PORTVERSION= 2.1.7
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= gttr
|
|
|
|
MAINTAINER= einekoai@chello.nl
|
|
COMMENT= GnoTime is a time tracker for gnome2
|
|
|
|
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
|
|
|
|
USE_GNOME= gnomehack gnomeprefix libgtkhtml libgnomeui
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= gnotime.1
|
|
|
|
.include <bsd.port.mk>
|