pkgsrc-wip/regexxer/Makefile

22 lines
597 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2005/05/24 10:31:23 rillig Exp $
#
DISTNAME= regexxer-0.4
CATEGORIES= devel gnome2
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=regexxer/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://regexxer.sourceforge.net/
COMMENT= Interactive tool for performing search and replace operations
USE_DIRS+= gnome2-1.5
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_X11= yes
2004-05-02 06:47:39 +02:00
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libsigc++/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
.include "../../x11/gtkmm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"