freebsd-ports/sysutils/gtk-send-pr/Makefile
Michael Johnson f056e73127 - Update to 0.4.6
ChangeLog:
	* 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).

PR:		ports/80561
Submitted by:	Miguel Mendez (maintainer)
2005-05-02 19:07:24 +00:00

29 lines
652 B
Makefile

# New ports collection makefile for: gtk-send-pr
# Date created: Fri May 2 22:08:08 CEST 2003
# Whom: Miguel Mendez <flynn@energyhq.es.eu.org>
#
# $FreeBSD$
#
PORTNAME= gtk-send-pr
PORTVERSION= 0.4.6
CATEGORIES= sysutils
MASTER_SITES= http://www.energyhq.es.eu.org/files/
MAINTAINER= flynn@energyhq.es.eu.org
COMMENT= GTK2 send-pr tool
LIB_DEPENDS= esmtp.6:${PORTSDIR}/mail/libesmtp
USE_REINPLACE= yes
USE_GNOME= gtk20
USE_X_PREFIX= yes
MAN1= gtk-send-pr.1
PLIST_FILES= bin/gtk-send-pr
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/gtk-send-pr ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/gtk-send-pr.1 ${PREFIX}/man/man1
.include <bsd.port.mk>