Prune sysutils/rubygem-smart_proxy_salt
[dports.git] / sysutils / gnome-schedule / Makefile
1 # Created by: Michael Johnson <ahze@FreeBSD.org>
2 # $FreeBSD$
3 #   $MCom: ports/sysutils/gnome-schedule/Makefile,v 1.5 2007/09/10 06:20:14 mezz Exp $
4
5 PORTNAME=       gnome-schedule
6 PORTVERSION=    2.1.5
7 PORTREVISION=   3
8 CATEGORIES=     sysutils
9 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}-2/${PORTNAME}-${PORTVERSION}
10
11 MAINTAINER=     gnome@FreeBSD.org
12 COMMENT=        GNOME GUI for configuring a users crontab
13
14 LICENSE=        GPLv2
15
16 OPTIONS_DEFINE= APPLET NLS
17 OPTIONS_DEFAULT=        APPLET
18 OPTIONS_SUB=    yes
19
20 BUILD_DEPENDS=  yelp:${PORTSDIR}/x11/yelp
21 RUN_DEPENDS=    yelp:${PORTSDIR}/x11/yelp
22
23 USES=           gmake pathfix python
24 USE_GNOME=      gnomeprefix pygnome2 gnomedocutils
25 INSTALLS_OMF=   yes
26 GNU_CONFIGURE=  yes
27 CPPFLAGS+=      -I${LOCALBASE}/include
28 LIBS+=          -L${LOCALBASE}/lib
29 INSTALL_TARGET= install-strip
30
31 APPLET_CONFIGURE_ENABLE=        applet
32 NLS_USES=               gettext
33 NLS_CONFIGURE_ENABLE=   --disable-nls
34
35 post-extract:
36         @${RM} ${WRKSRC}/src/config.py
37
38 post-install:
39         @${ECHO} "======================================================================"
40         @${ECHO} "  To make one-time tasks work, add your username to /var/at/at.allow  "
41         @${ECHO} "  Note that one-time tasks will never shows in ${PORTNAME}'s          "
42         @${ECHO} "  task-list because of lacking FreeBSD's atq output format support.   "
43         @${ECHO} "======================================================================"
44
45 .include <bsd.port.mk>