ad6c0bd1d7
* A bug in the argument parsing code was fixed. * The new -m option enables `Maintainer Mode' (see man page for detials). * Prevent the `Load error' dialog from showing up before the main window is visible. * The FreeBSD categories were updated * The man page was updated Patch from maintainer, Miguel Mendez, in PR pkg/29013.
19 lines
526 B
Makefile
19 lines
526 B
Makefile
# $NetBSD: Makefile,v 1.12 2005/01/19 23:26:50 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gtk-send-pr-0.4.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.energyhq.es.eu.org/files/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= flynn@energyhq.es.eu.org
|
|
HOMEPAGE= http://www.energyhq.es.eu.org/gtk-send-pr.html
|
|
COMMENT= GTK+ based problem report tool
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_X11= yes
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../mail/libesmtp/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|