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
|
2005-08-28 17:09:15 +02:00
|
|
|
PORTVERSION= 0.9.0
|
2009-07-31 15:57:52 +02:00
|
|
|
PORTREVISION= 8
|
2004-11-08 04:48:48 +01:00
|
|
|
CATEGORIES= sysutils
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${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
|
|
|
|
2005-08-28 17:09:15 +02:00
|
|
|
USE_BZIP2= yes
|
2004-11-08 04:48:48 +01:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_GNOME= gnomeprefix pygnome2
|
|
|
|
GNU_CONFIGURE= yes
|
2007-10-25 01:37:25 +02:00
|
|
|
DATADIR= ${PREFIX}/share
|
2004-11-08 04:48:48 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
.if defined(NOPORTDOCS)
|
2008-07-04 05:41:34 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|pixmaps doc po|pixmaps po|g' \
|
|
|
|
${WRKSRC}/Makefile.in
|
2004-11-08 04:48:48 +01:00
|
|
|
.else
|
|
|
|
@${REINPLACE_CMD} -e 's|gnome-schedule-$$(VERSION)|gnome-schedule|' \
|
|
|
|
${WRKSRC}/doc/Makefile.in
|
|
|
|
.endif
|
2006-10-14 10:54:54 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|/usr/share/icons|${LOCALBASE}/share/icons|; \
|
2004-11-08 04:48:48 +01:00
|
|
|
s|@prefix@/share|${DATADIR}|; \
|
|
|
|
s|/usr/local/share/|${DATADIR}|; \
|
|
|
|
s|/usr/share/|${DATADIR}|; \
|
2006-10-14 10:54:54 +02:00
|
|
|
s|/usr/bin/gnome-help|${LOCALBASE}/bin/gnome-help|; \
|
2004-11-08 04:48:48 +01:00
|
|
|
s|$$(prefix)/share/|$$(datadir)/|' \
|
|
|
|
${WRKSRC}/src/*.* ${WRKSRC}/Makefile.in \
|
|
|
|
${WRKSRC}/pixmaps/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|