d32e698de6
XXX need to teach pkglint to be more picky about this
23 lines
623 B
Makefile
23 lines
623 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/02/25 04:18:20 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= titrax-1.98
|
|
CATEGORIES= x11 time
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=office/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.alvestrand.no/domen/titrax/TimeTracker.html
|
|
COMMENT= Little X11 tool to track project times
|
|
|
|
USE_IMAKE= yes
|
|
USE_PERL5= yes
|
|
|
|
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} ${X11PREFIX}/libexec/titrax
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|