23e0063766
variable substituition of "MASTER_SITES" and "PATCH_SITES".
22 lines
551 B
Makefile
22 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.2 1999/04/15 20:39:49 tron Exp $
|
|
#
|
|
|
|
DISTNAME= titrax-1.98
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=office/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.alvestrand.no/domen/titrax/TimeTracker.html
|
|
|
|
USE_IMAKE= yes
|
|
USE_PERL5= yes
|
|
|
|
post-patch:
|
|
${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.bak
|
|
${SED} -e 's|@LOCALBASE@|${LOCALBASE}|g' -e 's|@X11BASE@|${X11BASE}|g' \
|
|
< ${WRKSRC}/Imakefile.bak > ${WRKSRC}/Imakefile
|
|
|
|
pre-install:
|
|
${MKDIR} ${X11BASE}/libexec/titrax
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|