mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
36 lines
937 B
Makefile
36 lines
937 B
Makefile
# Created by: Miguel Mendez <flynn@energyhq.es.eu.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtk-send-pr
|
|
PORTVERSION= 0.4.9
|
|
PORTREVISION= 7
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GTK2 send-pr tool
|
|
|
|
DEPRECATED= Obsolete after migration to Bugzilla
|
|
EXPIRATION_DATE= 2014-07-17
|
|
|
|
LIB_DEPENDS= libesmtp.so:${PORTSDIR}/mail/libesmtp
|
|
|
|
USES= pkgconfig
|
|
USE_GNOME= gtk20
|
|
|
|
PLIST_FILES= bin/gtk-send-pr man/man1/${PORTNAME}.1.gz share/pixmaps/ladybird64.xpm
|
|
DESKTOP_ENTRIES="Send Problem Report" \
|
|
"Send a FreeBSD PR" \
|
|
"${PREFIX}/share/pixmaps/ladybird64.xpm" \
|
|
"gtk-send-pr" \
|
|
"System;" \
|
|
true
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/gtk-send-pr ${STAGEDIR}${PREFIX}/bin
|
|
@${INSTALL_MAN} ${WRKSRC}/common/gtk-send-pr.1 ${STAGEDIR}${PREFIX}/man/man1
|
|
@${INSTALL_DATA} ${WRKSRC}/icon/ladybird64.xpm ${STAGEDIR}${PREFIX}/share/pixmaps
|
|
|
|
.include <bsd.port.mk>
|