pkgsrc/time/titrax/Makefile

33 lines
902 B
Makefile

# $NetBSD: Makefile,v 1.18 2007/10/31 21:48:58 gdt 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
USE_IMAKE= YES
USE_TOOLS+= perl:run
LICENSE= titrax-license # missing
RESTRICTED= Do not sell for profit
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
post-patch:
${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.bak
${SED} -e "s|@LOCALBASE@|${LOCALBASE}|g" \
-e "s|@X11BASE@|${X11PREFIX}|g" \
${WRKSRC}/Imakefile.bak > ${WRKSRC}/Imakefile
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/libexec/titrax
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXp/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"