mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
e0e8ea9433
* Only changed preferences are now saved. * It is now possible to include a file in the Fix section from inside the program as well as by using the -a option. * Use of basename(3) in the filename label * Quite a lot of code cleanup PR: ports/59595 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer) Approved by: adamw (mentor)
28 lines
602 B
Makefile
28 lines
602 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
|
|
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>
|