pkgsrc/time/titrax/Makefile

29 lines
727 B
Makefile
Raw Normal View History

2003-07-18 00:50:55 +02:00
# $NetBSD: Makefile,v 1.9 2003/07/17 22:55:06 grant Exp $
#
DISTNAME= titrax-1.98
PKGREVISION= 1
CATEGORIES= x11 time
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=office/}
2003-07-18 00:50:55 +02:00
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.alvestrand.no/domen/titrax/TimeTracker.html
COMMENT= Little X11 tool to track project times
2002-11-15 02:42:27 +01:00
USE_BUILDLINK2= YES
2001-11-29 14:27:46 +01:00
USE_IMAKE= YES
RESTRICTED= "Do not sell for profit"
post-patch:
${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.bak
2001-11-29 14:27:46 +01:00
${SED} -e "s|@LOCALBASE@|${LOCALBASE}|g" \
-e "s|@X11BASE@|${X11PREFIX}|g" \
${WRKSRC}/Imakefile.bak > ${WRKSRC}/Imakefile
pre-install:
2001-11-29 14:27:46 +01:00
${INSTALL_DATA_DIR} ${PREFIX}/libexec/titrax
2002-11-15 02:42:27 +01:00
.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"