17ad64f301
0.4.6 -> 0.4.7 * Enforced non-empty Synopsis line. * do_sanity_checks() test before Send. * Default to ports as category. * Remove Help button and use a Prefs one. * Prepare code for future libification of the send_pr process. 0.4.5 -> 0.4.6 * The user can use the -a command line option to include files up to 32 times and the program will include them in the Fix section. * Problem Report definitions are handled with an opaque PR_DEFS structure and accessed via a helper function. * Some of the code was moved into a new file (pr_defs.c). * Some whitespace cleanup was done.
19 lines
499 B
Makefile
19 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.23 2006/09/17 12:08:09 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gtk-send-pr-0.4.7
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://download.berlios.de/gtk-send-pr/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= flynn@energyhq.es.eu.org
|
|
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"
|