pkgsrc/misc/qbrew/Makefile
tron a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00

24 lines
635 B
Makefile

# $NetBSD: Makefile,v 1.24 2013/06/04 22:16:45 tron Exp $
DISTNAME= qbrew-0.3.5
PKGREVISION= 12
CATEGORIES= misc
MASTER_SITES= http://www.usermode.org/code/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.usermode.org/code.html
COMMENT= Homebrewer's recipe calculator
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"