pkgsrc/time/ptimetracker/Makefile
ghen 455345bb5b Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",
without affecting packages that are currently using it.

Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added).  Packages which previously set it to "build" now don't set it
anymore.

Ok by jlam, wiz.
2006-01-05 10:08:58 +00:00

25 lines
737 B
Makefile

# $NetBSD: Makefile,v 1.7 2006/01/05 10:08:59 ghen Exp $
DISTNAME= ptimetracker-1.7.3
CATEGORIES= time kde
MASTER_SITES= http://www.eggtart.plus.com/ptt/prog/
MAINTAINER= jdolecek@NetBSD.org
HOMEPAGE= http://www.eggtart.plus.com/ptt/
COMMENT= Keep track of the time spent on projects
# USE_GNOME= gnomehack gnomeprefix libgtkhtml libgnomeui
USE_TOOLS+= gmake
USE_LIBTOOL= yes
INSTALLATION_DIRS= bin man/man1
do-configure:
cd ${WRKSRC} && ${QTDIR}/bin/qmake -o Makefile ptt.pro
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ptimetracker ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/ptimetracker.1 ${PREFIX}/man/man1/
.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"