freebsd-ports/sysutils/gtk-send-pr/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

36 lines
888 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.9
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_BERLIOS}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mmendez@energyhq.be
COMMENT= GTK2 send-pr tool
LIB_DEPENDS= esmtp.6:${PORTSDIR}/mail/libesmtp
USE_GNOME= gtk20
MAN1= gtk-send-pr.1
PLIST_FILES= bin/gtk-send-pr share/pixmaps/ladybird64.xpm
DESKTOP_ENTRIES="Send Problem Report" \
"Send a FreeBSD PR" \
"ladybird64.xpm" \
"gtk-send-pr" \
"Application;System;" \
true
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/gtk-send-pr ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/common/gtk-send-pr.1 ${PREFIX}/man/man1
@${INSTALL_DATA} ${WRKSRC}/icon/ladybird64.xpm ${PREFIX}/share/pixmaps
.include <bsd.port.mk>