1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/archivers/squeeze/Makefile
Adam Weinberger 41fcfb64f9 Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.
For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being
used to disable the selected options.

Approved by:	portmgr (blanket)
2014-07-03 19:06:07 +00:00

40 lines
878 B
Makefile

# Created by: markand
# $FreeBSD$
PORTNAME= squeeze
PORTVERSION= 0.2.3
PORTREVISION= 8
CATEGORIES= archivers xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Squeeze is a modern and advanced archive manager
LICENSE= GPLv2
LIB_DEPENDS= libthunar-vfs-1.so:${PORTSDIR}/x11-fm/thunar-vfs
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USES= tar:bzip2 pkgconfig gmake gettext pathfix desktop-file-utils libtool
USE_XFCE= configenv libutil thunar
USE_XORG= x11
USE_GNOME= gtk20 glib20 intltool intlhack
USE_LDCONFIG= yes
MAKE_JOB_SAFE= yes
OPTIONS_DEFINE= DOCS
OPTIONS_SUB= yes
.include <bsd.port.options.mk>
post-patch:
# Needed to remove gtk-doc installation
.if empty(PORT_OPTIONS:MDOCS)
@${REINPLACE_CMD} -e "s|docs||g" ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>