mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
c4e0a3a5b2
post-patch target altogether - Remove seemingly useless include of <bsd.port.options.mk> while here
27 lines
478 B
Makefile
27 lines
478 B
Makefile
# Created by: Damjan Marion <dmarion@open.hr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gftp
|
|
PORTVERSION= 2.0.19
|
|
PORTREVISION= 5
|
|
CATEGORIES= ftp
|
|
MASTER_SITES= http://gftp.seul.org/
|
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
|
COMMENT= Free multithreaded GTK-based FTP and SFTP client
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= pathfix pkgconfig tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20 gtk20
|
|
USE_OPENSSL= yes
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
NLS_CONFIGURE_OFF= --disable-nls
|
|
|
|
.include <bsd.port.mk>
|