2004-11-08 04:48:48 +01:00
|
|
|
# New ports collection makefile for: gnome-schedule
|
|
|
|
# Date created: 2004-11-06
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2007-10-25 01:37:25 +02:00
|
|
|
# $MCom: ports/sysutils/gnome-schedule/Makefile,v 1.5 2007/09/10 06:20:14 mezz Exp $
|
2004-11-08 04:48:48 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnome-schedule
|
2009-12-13 06:06:56 +01:00
|
|
|
PORTVERSION= 2.1.1
|
2010-02-05 12:46:55 +01:00
|
|
|
PORTREVISION= 1
|
2004-11-08 04:48:48 +01:00
|
|
|
CATEGORIES= sysutils
|
2009-12-13 06:06:56 +01:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-2/${PORTNAME}-${PORTVERSION}
|
2004-11-08 04:48:48 +01:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= GNOME GUI for configuring a users crontab
|
|
|
|
|
2004-11-10 01:24:18 +01:00
|
|
|
BUILD_DEPENDS= yelp:${PORTSDIR}/x11/yelp
|
2007-10-25 01:37:25 +02:00
|
|
|
RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp
|
2004-11-10 01:24:18 +01:00
|
|
|
|
2004-11-08 04:48:48 +01:00
|
|
|
USE_PYTHON= yes
|
2009-12-13 06:06:56 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomeprefix gnomehack pygnome2
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
INSTALLS_OMF= yes
|
2004-11-08 04:48:48 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2009-12-13 06:06:56 +01:00
|
|
|
post-extract:
|
|
|
|
@${RM} ${WRKSRC}/src/config.py
|
2004-11-08 04:48:48 +01:00
|
|
|
|
2009-12-13 06:06:56 +01:00
|
|
|
.include <bsd.port.mk>
|