developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
27 lines
690 B
Makefile
27 lines
690 B
Makefile
# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:53 jlam 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/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"
|