freebsd-ports/x11/xfce4-screenshooter-plugin/Makefile

45 lines
1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: screenshooter plugin for xfce4
# Date created: 29 April 2006
2007-01-23 16:27:22 +01:00
# Whom: Martin Wilke (miwi@FreeBSD.org)
#
# $FreeBSD$
#
PORTNAME= xfce4-screenshooter-plugin
2010-06-05 22:45:48 +02:00
PORTVERSION= 1.7.9
2010-06-20 11:52:22 +02:00
PORTREVISION= 1
CATEGORIES= x11 xfce
2010-06-05 22:45:48 +02:00
MASTER_SITES= http://mocha.xfce.org/archive/src/apps/${PORTNAME:S/-plugin//}/${PORTVERSION:R}/
2009-03-06 11:03:12 +01:00
DISTNAME= xfce4-screenshooter-${PORTVERSION}
DIST_SUBDIR= xfce4
2007-01-23 16:27:22 +01:00
MAINTAINER= miwi@FreeBSD.org
COMMENT= Desktop Screenshot plugin for xfce
2010-06-05 22:45:48 +02:00
LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup
OPTIONS= NLS "Enable Native Language Support" on
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
2008-11-22 06:31:38 +01:00
INSTALLS_ICONS= yes
2010-06-05 22:45:48 +02:00
USE_GNOME= glib20 gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv panel libutil libgui
2008-06-28 16:35:57 +02:00
MAN1= xfce4-screenshooter.1
2010-06-05 22:45:48 +02:00
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
post-patch:
@${REINPLACE_CMD} -e 's|%%PORTNAME%%|${PORTNAME}|g' ${WRKSRC}/Makefile.in
.include <bsd.port.post.mk>