a36fb86593
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
24 lines
635 B
Makefile
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"
|