73d4d54fc8
- Remove FORBIDDEN PR: 33764 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
41 lines
954 B
Makefile
41 lines
954 B
Makefile
# New ports collection makefile for: gftp
|
|
# Date Created: 21 Feb 1999
|
|
# Whom: Damjan Marion <dmarion@open.hr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gftp
|
|
PORTVERSION= 2.0.11
|
|
CATEGORIES= ftp
|
|
MASTER_SITES= http://gftp.seul.org/ \
|
|
ftp://gftp.seul.org/pub/gftp/
|
|
|
|
MAINTAINER= dmarion@open.hr
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GTK= yes
|
|
WANT_GNOME= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= gftp.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(HAVE_GNOME)
|
|
USE_GNOME= yes
|
|
.endif
|
|
|
|
pre-patch:
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
|
|
s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
|
|
s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
|
|
s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g'
|
|
|
|
.include <bsd.port.post.mk>
|