pkgsrc/sysutils/gtk-send-pr/Makefile
obache 17515dbfb1 Update gtk-send-pr to 0.4.8.
Patch provided by maintainer(updated the e-mail address) by PR 35209.

* The FreeBSD categories were updated to include sun4v
* Code was reorganized to make it easier to create new GUI code.
* Work began on the MacOS X native GUI
2006-12-08 14:21:20 +00:00

19 lines
497 B
Makefile

# $NetBSD: Makefile,v 1.24 2006/12/08 14:21:20 obache Exp $
#
DISTNAME= gtk-send-pr-0.4.8
CATEGORIES= sysutils
MASTER_SITES= http://download.berlios.de/gtk-send-pr/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= mmendez@energyhq.be
HOMEPAGE= http://gtk-send-pr.berlios.de/index.html
COMMENT= GTK+ based problem report tool
USE_TOOLS+= pkg-config
CPPFLAGS.SunOS+= -Dstrsep=strpbrk
.include "../../mail/libesmtp/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"