mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
5483a9d678
While I'm here - Switch to USES= gmake - Convert to new LIB_DEPENDS format - Enhance COMMENT entry (misc/xfce4-wm-themes) - Adjust Xfce dependencies, and bump PORTREVISION (sysutils/xfce4-power-manager)
46 lines
950 B
Makefile
46 lines
950 B
Makefile
# Created by: markand
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= squeeze
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 7
|
|
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= pkgconfig gmake gettext pathfix desktop-file-utils
|
|
USE_XFCE= configenv libutil thunar
|
|
USE_XORG= x11
|
|
USE_GNOME= gtk20 glib20 intltool intlhack
|
|
USE_BZIP2= yes
|
|
USE_LDCONFIG= yes
|
|
MAKE_JOB_SAFE= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
PLIST_SUB= GTKDOC=""
|
|
.else
|
|
PLIST_SUB= GTKDOC="@comment "
|
|
.endif
|
|
|
|
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>
|