Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / time / titrax / Makefile
blob9e4493c0a776f36f29860bffa67bbd511fcc34eb
1 # $NetBSD: Makefile,v 1.26 2012/10/03 21:58:24 wiz Exp $
4 DISTNAME= titrax-1.98
5 PKGREVISION= 7
6 CATEGORIES= x11 time
7 MASTER_SITES= ${MASTER_SITE_XCONTRIB:=office/}
9 MAINTAINER= pkgsrc-users@NetBSD.org
10 HOMEPAGE= http://www.alvestrand.no/titrax/TimeTracker.html
11 COMMENT= Little X11 tool to track project times
12 LICENSE= titrax-license
14 RESTRICTED= Do not sell for "real money".
15 # XXX Arguably NO_*_ON_CDROM is not necessary, because "real money" seems
16 # to exclude CDROM distribution charges.
17 NO_SRC_ON_CDROM= ${RESTRICTED}
18 NO_BIN_ON_CDROM= ${RESTRICTED}
20 USE_IMAKE= YES
21 USE_TOOLS+= perl:run
23 post-patch:
24 ${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.bak
25 ${SED} -e "s|@LOCALBASE@|${LOCALBASE}|g" \
26 -e "s|@X11BASE@|${X11PREFIX}|g" \
27 ${WRKSRC}/Imakefile.bak > ${WRKSRC}/Imakefile
29 INSTALLATION_DIRS= libexec/titrax
31 .include "../../x11/libXaw/buildlink3.mk"
32 .include "../../x11/libXt/buildlink3.mk"
33 .include "../../mk/bsd.pkg.mk"