mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
- Support staging
- Add LICENSE - Fully support optionsng
This commit is contained in:
parent
c6375f0fb3
commit
b443af08ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333831
@ -10,15 +10,18 @@ MASTER_SITES= SF
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Desktop-agnostic GTK+2 frontend to various archiving tools
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
|
||||
|
||||
NO_STAGE= yes
|
||||
USES= gmake pkgconfig desktop-file-utils
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= glib20 gtk20 intltool
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS NLS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if !empty(PORT_OPTIONS:MNLS)
|
||||
@ -33,7 +36,8 @@ PLIST_SUB+= NLS="@comment "
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|;multipart/x-zip||' \
|
||||
${WRKSRC}/xarchiver.desktop.in
|
||||
.if defined(NOPORTDOCS)
|
||||
|
||||
.if ! ${PORT_OPTIONS:MDOCS}
|
||||
@${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
.if empty(PORT_OPTIONS:MNLS)
|
||||
|
Loading…
Reference in New Issue
Block a user