mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
www/sitecopy: Refactor
- Remove GENTOO MASTER_SITES as it no longer provides flat layout - Pet portclippy - Convert to OPTIONSNG Approved by: portmgr (blanket)
This commit is contained in:
parent
9eb5fbb98b
commit
22d4fc31c5
1 changed files with 7 additions and 12 deletions
|
@ -2,8 +2,7 @@ PORTNAME= sitecopy
|
|||
PORTVERSION= 0.16.6
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.manyfish.co.uk/${PORTNAME}/ \
|
||||
GENTOO
|
||||
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
|
||||
|
@ -16,24 +15,20 @@ LIB_DEPENDS= libneon.so:www/neon
|
|||
|
||||
USES= gmake gnome localbase
|
||||
USE_GNOME= libxml2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
|
||||
CONFIGURE_ARGS= --with-neon --with-libxml2
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
NLS_USES= gettext
|
||||
NLS_CONFIGURE_OFF= --disable-nls
|
||||
NLS_LIBS= -lintl
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
LIBS+= -lintl
|
||||
USES+= gettext
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.ifndef WITHOUT_SSL
|
||||
USES+= ssl
|
||||
CONFIGURE_ARGS+= --with-ssl
|
||||
|
|
Loading…
Add table
Reference in a new issue