83147ffa68
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
27 lines
686 B
Makefile
27 lines
686 B
Makefile
# $NetBSD: Makefile,v 1.12 2005/07/16 19:10:40 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= titrax-1.98
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11 time
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=office/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.alvestrand.no/domen/titrax/TimeTracker.html
|
|
COMMENT= Little X11 tool to track project times
|
|
|
|
USE_IMAKE= YES
|
|
USE_TOOLS+= perl:run
|
|
|
|
RESTRICTED= "Do not sell for profit"
|
|
|
|
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 "../../mk/bsd.pkg.mk"
|