1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/deskutils/xfce4-notes-plugin/Makefile
Piotr Kubaj a541e69750 deskutils/xfce4-notes-plugin: fix build on GCC architectures
Approved by:	mentors (implicit approval)
2019-10-03 11:18:02 +00:00

37 lines
786 B
Makefile

# Created by: Thorsten Greiner <thorsten.greiner@web.de>
# $FreeBSD$
PORTNAME= xfce4-notes-plugin
PORTVERSION= 1.8.1
PORTREVISION= 2
CATEGORIES= deskutils xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Notes plugin for the Xfce panel
LICENSE= GPLv2
LIB_DEPENDS= libunique-1.0.so:x11-toolkits/unique \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce:gtk2 xorg
USE_GNOME= cairo glib20 gtk20 intltool
USE_XFCE= panel
USE_XORG= ice sm x11
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime
.include <bsd.port.mk>