8b6509c191
Changes: It is now possible to drag and drop text files in the Fix section, and they'll be automagically loaded. A new icon for the application was created. Some parts of the UI code were cleaned up.
21 lines
574 B
Makefile
21 lines
574 B
Makefile
# $NetBSD: Makefile,v 1.9 2004/11/02 00:23:53 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= gtk-send-pr-0.3.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.energyhq.es.eu.org/files/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.energyhq.es.eu.org/gtk-send-pr.html
|
|
COMMENT= GTK+ based problem report tool
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_X11= yes
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../mail/libesmtp/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|