freebsd-ports/sysutils/gtk-send-pr/Makefile
Clement Laforet 5ce04c3c5a - Update to 0.3.1
* The NetBSD pkgsrc patch was imported into the main tree.
    * The correct version tag is now printed in the mail header.
    * "Open" no longer replaces the text in the Fix section, it includes the file at cursor location.
    * A new "Clear" button has been added.
    * General code cleanup (mainly GTK_* macros)

PR:                 61494
Submitted by:       "Miguel Mendez" <flynn@energyhq.es.eu.org> (maintainer)
Approved by:        erwin (mentor) (implicitly)
2004-01-17 21:01:22 +00:00

27 lines
604 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.3.1
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_GNOME= gtk20
USE_X_PREFIX= yes
MAN1= gtk-send-pr.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/gtk-send-pr ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/gtk-send-pr.1 ${PREFIX}/man/man1
.include <bsd.port.mk>