1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/ftp/bareftp/Makefile
Dmitry Marakasov 1fcae68ebc - Mark BROKEN: does not build
checking for Mono 2.0 GAC for System.Web.dll... not found
configure: error: missing reqired Mono 2.0 assembly: System.Web.dll

Reported by:	pkg-fallout
2016-08-16 08:00:18 +00:00

46 lines
1.1 KiB
Makefile

# Created by: Chris Petrik (chris@officialunix.com)
# $FreeBSD$
PORTNAME= bareftp
PORTVERSION= 0.3.12
CATEGORIES= ftp
MASTER_SITES= http://www.bareftp.org/release/
MAINTAINER= ports@FreeBSD.org
COMMENT= FTP client made in C sharp
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN= fails to configure
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datarootdir="${PREFIX}/share" \
--libdir="${PREFIX}/lib" \
--localedir="${PREFIX}/share/locale" \
--includedir="${LOCALBASE}/include"
INSTALL_TARGET= install-strip
INSTALLS_ICONS= yes
USES= cpe gettext gmake libtool pkgconfig
USE_GNOME= gtksharp20 gnomesharp20 intltool
USE_LDCONFIG= yes
OPTIONS_DEFINE= GNOMEKEYRING NLS
OPTIONS_DEFAULT=GNOMEKEYRING
OPTIONS_SUB= yes
GNOMEKEYRING_CONFIGURE_WITH= gnomekeyring
GNOMEKEYRING_BUILD_DEPENDS= gnome-keyring-sharp>0:security/gnome-keyring-sharp
GNOMEKEYRING_RUN_DEPENDS= gnome-keyring-sharp>0:security/gnome-keyring-sharp
NLS_CONFIGURE_ENABLE= nls
# TODO
# Ugly way but configure ignore "--localedir=" fu* ;/
pre-build:
@${REINPLACE_CMD} -e 's|$$(prefix)/$$(DATADIRNAME)|${PREFIX}/share|g' \
${WRKSRC}/po/Makefile
.include <bsd.port.mk>