pkgsrc/time/ptimetracker/Makefile
rillig 2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00

27 lines
793 B
Makefile

# $NetBSD: Makefile,v 1.12 2007/01/07 09:14:14 rillig Exp $
DISTNAME= ptimetracker-1.7.3
PKGREVISION= 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_LANGUAGES= c++
USE_TOOLS+= gmake
USE_LIBTOOL= yes
INSTALLATION_DIRS= bin ${PKGMANDIR}/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}/${PKGMANDIR}/man1/
.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"