2010-08-13 07:55:54 +02:00
|
|
|
# New ports collection makefile for: squeeze
|
|
|
|
# Date created: 07 Jun 2010
|
|
|
|
# Whom: markand
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= squeeze
|
|
|
|
PORTVERSION= 0.2.3
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 4
|
2010-08-13 07:55:54 +02:00
|
|
|
CATEGORIES= archivers xfce
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
|
|
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
|
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
|
|
|
MAINTAINER= markand@malikania.fr
|
|
|
|
COMMENT= Squeeze is a modern and advanced archive manager
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2012-05-25 18:51:40 +02:00
|
|
|
LIB_DEPENDS= thunar-vfs-1.5:${PORTSDIR}/x11-fm/thunar-vfs
|
|
|
|
|
2010-08-13 07:55:54 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
2012-05-25 18:51:40 +02:00
|
|
|
USE_XFCE= configenv libutil thunar
|
2010-08-13 07:55:54 +02:00
|
|
|
USE_XORG= x11
|
2012-05-25 18:51:40 +02:00
|
|
|
USE_GNOME= gnomehack gtk20 glib20 intltool intlhack pkgconfig desktopfileutils
|
2010-08-13 07:55:54 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GETTEXT= yes
|
2012-05-25 18:51:40 +02:00
|
|
|
MAKE_JOB_SAFE= yes
|
2010-08-13 07:55:54 +02:00
|
|
|
|
2012-05-30 18:49:12 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2010-08-13 07:55:54 +02:00
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2012-05-30 18:49:12 +02:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2010-08-13 07:55:54 +02:00
|
|
|
PLIST_SUB= GTKDOC=""
|
|
|
|
.else
|
|
|
|
PLIST_SUB= GTKDOC="@comment "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
# Needed to remove gtk-doc installation
|
2012-05-30 19:06:56 +02:00
|
|
|
.if empty(PORT_OPTIONS:MDOCS)
|
2010-08-13 07:55:54 +02:00
|
|
|
@${REINPLACE_CMD} -e "s|docs||g" ${WRKSRC}/Makefile.in
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@-update-desktop-database
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|