--- b/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -10,14 +10,16 @@ MASTER_SITES= http://www.manyfish.co.uk/${PORTNAME}/ \ MAINTAINER= sitecopy@oldach.net COMMENT= Maintains remote websites, uses FTP or WebDAV to sync up w/ local copy +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libneon.so:www/neon +USES= gmake gnome localbase +USE_GNOME= libxml2 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib + CONFIGURE_ARGS= --with-neon --with-libxml2 -USE_GNOME= libxml2 -USES= gmake gnome OPTIONS_DEFINE= NLS @@ -40,7 +42,7 @@ CONFIGURE_ARGS+= --with-ssl post-patch: @${REINPLACE_CMD} -e 's|;;|;|g' \ ${WRKSRC}/src/sitestore.c - @${REINPLACE_CMD} -e 's|25 26 27 28|& 29 30 31|g' \ + @${REINPLACE_CMD} -e 's|25 26 27 28|& 29 30 31 32|g' \ ${WRKSRC}/configure .if ${OPSYS} == FreeBSD @${REINPLACE_CMD} -e '/#define ksize_t /d' \