diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-08 19:30:36 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-08 19:30:36 +0000 |
commit | 49d788a365af920b8e95445c841ef6a14282bdc6 (patch) | |
tree | a1d0703ac4accb9b7de76aae3d4380e65c9715b3 /x11-clocks/intclock/Makefile | |
parent | 5bf0f70156ee0c611156ca5af5d572da8ab7b97a (diff) | |
download | ports-49d788a365af920b8e95445c841ef6a14282bdc6.tar.gz ports-49d788a365af920b8e95445c841ef6a14282bdc6.zip |
Notes
Diffstat (limited to 'x11-clocks/intclock/Makefile')
-rw-r--r-- | x11-clocks/intclock/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/x11-clocks/intclock/Makefile b/x11-clocks/intclock/Makefile new file mode 100644 index 000000000000..4322622c60c5 --- /dev/null +++ b/x11-clocks/intclock/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: intclock +# Date created: 6 August 2007 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= intclock +PORTVERSION= 2.10 +CATEGORIES= x11-clocks perl5 +MASTER_SITES= http://www.peterverthez.net/projects/${PORTNAME}/ CENKES + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Multi-timezone clock + +BUILD_DEPENDS= p5-Gtk2>=1.144:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ + iso-codes>=1.3:${PORTSDIR}/misc/iso-codes +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= yes +PERL_CONFIGURE= yes + +post-patch: + @${REINPLACE_CMD} -e \ + 's|$$zonedir/$$countryfile|${LOCALBASE}/share/iso-codes/iso_3166.tab|' \ + ${WRKSRC}/lib/Intclock/TZ.pm + @${REINPLACE_CMD} -e 's|$$prefix/share/intclock|${DATADIR}|;\ + s|/usr/share|${PREFIX}/share|' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|;\ + s|/usr/share/intclock|${DATADIR}|' ${WRKSRC}/data/intclock.desktop + @${FIND} ${WRKSRC} -name \*.bak -delete + +.include <bsd.port.mk> |