1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/sysutils/gigolo/Makefile
Alexey Dokuchaev 1f01a27533 sysutils/gigolo: drop ONLY_FOR_ARCHS restriction
With nine items currently on this list, it had clearly outgrown the
intended purpose of this knob.

Also, "does not compile" is not valid ONLY_FOR_ARCHS_REASON, that's
what BROKEN is for.
2021-10-24 08:13:16 +00:00

41 lines
932 B
Makefile

# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
PORTNAME= gigolo
PORTVERSION= 0.5.2
CATEGORIES= sysutils
MASTER_SITES= XFCE/apps
MAINTAINER= xfce@FreeBSD.org
COMMENT= Frontend to easily manage filesystem connections
LICENSE= GPLv2
BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser
USES= fuse gettext-tools gmake gnome pkgconfig tar:bzip2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 gtk30 gvfs intltool
USE_XORG= x11
GNU_CONFIGURE= yes
PORTDOCS= AUTHORS ChangeLog NEWS THANKS TODO
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime
post-patch:
@${REINPLACE_CMD} -e 's|^DOCFILES.*|DOCFILES =|' \
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e \
's|$$(prefix)/$$(DATADIRNAME)/locale|$$(datarootdir)/locale|' \
${WRKSRC}/po/Makefile.in.in
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>