pkgsrc/misc/nxtvepg/Makefile
tron 83987f6e72 Update "nxtvepg" package to version 0.4.5. Changes since version 0.4.4:
Changes from 0.4.4 to 0.4.5 (Mar. 2001)
- fixed bug in NetBSD daylight saving time handling, due to which programmes
  were shifted by 60 minutes. Thanks to Mario Kemper for the patch.
- fixed bug in Tcl proc LoadRc, due to which rc reload failed.
  Thanks to Dan Lindstroem for the patch (Dan.Lindstroem@t-online.de)
The update was contributed by Mario Kemper in PR pkg/12529.
2001-04-13 16:09:03 +00:00

29 lines
771 B
Makefile

# $NetBSD: Makefile,v 1.4 2001/04/13 16:09:03 tron Exp $
DISTNAME= nxtvepg-0.4.5
CATEGORIES= misc
MASTER_SITES= http://www.nefkom.net/tomzo/prj/nxtvepg/src/
MAINTAINER= magick@zhadum.de
HOMEPAGE= http://nxtvepg.tripod.com/
COMMENT= NextView EPG decoder
DEPENDS+= tk>=8.3.2:../../x11/tk
ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \
NetBSD-1.5_ALPHA-* NetBSD-1.[5-9]*-*
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
USE_X11BASE= yes
USE_PERL5= yes
USE_GMAKE= yes
MAKE_ENV+= X11PREFIX=${X11PREFIX}
pre-configure:
@${SED} -e 's|@localbase@|'${LOCALBASE}/bin'|' < ${WRKSRC}/pod2help.pl > ${WRKSRC}/pod2help.pl.new && \
${MV} ${WRKSRC}/pod2help.pl.new ${WRKSRC}/pod2help.pl && \
${CHMOD} +x ${WRKSRC}/pod2help.pl
.include "../../mk/bsd.pkg.mk"