pkgsrc/time/titrax/Makefile

28 lines
681 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.16 2006/10/04 22:01:52 wiz Exp $
#
DISTNAME= titrax-1.98
PKGREVISION= 2
CATEGORIES= x11 time
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=office/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.alvestrand.no/titrax/TimeTracker.html
COMMENT= Little X11 tool to track project times
2001-11-29 14:27:46 +01:00
USE_IMAKE= YES
USE_TOOLS+= perl:run
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
.include "../../mk/bsd.pkg.mk"