pkgsrc-wip/libgtksourceviewmm/Makefile
Tobias Nygren d2ab3469b0 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 04:30:10 +00:00

24 lines
619 B
Makefile

# $NetBSD: Makefile,v 1.4 2008/01/18 04:30:15 tnn2 Exp $
DISTNAME= libgtksourceviewmm-0.3.1
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgtksourceviewmm/0.3/}
MAINTAINER= makoto@ki.nu
HOMEPAGE= http://home.gna.org/gtksourceviewmm/
COMMENT= C++ API for gtksourceview
USE_LANGUAGES+= c c++
GNU_CONFIGURE= YES
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= yes
USE_DESTDIR= yes
.include "../../x11/gtksourceview/buildlink3.mk"
.include "../../x11/gtkmm/buildlink3.mk"
#include "../../devel/doxygen/buildlink3.mk"
DEPENDS+= doxygen>=1.4:../../devel/doxygen
.include "../../mk/bsd.pkg.mk"