ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/sysutils/xfce4-battery-plugin/Makefile
Revision: 20000
Committed: Sun Aug 23 15:41:54 2015 UTC (8 years, 9 months ago) by laffer1
File size: 644 byte(s)
Log Message:
fixup depends

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= xfce4-battery-plugin
4 PORTVERSION= 1.0.5
5 PORTREVISION= 1
6 CATEGORIES= sysutils xfce
7 MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
8 DIST_SUBDIR= xfce4
9
10 MAINTAINER= ports@MidnightBSD.org
11 COMMENT= Battery monitor panel plugin for Xfce4
12
13 LICENSE= gpl2
14
15 SSP_UNSAFE= yes
16 GNU_CONFIGURE= yes
17 INSTALLS_ICONS= yes
18 INSTALL_TARGET= install-strip
19 USES= alias gmake libtool pkgconfig gettext-tools xfce tar:bzip2
20 USE_GNOME= gtk20 glib20 intltool intlhack
21 USE_XFCE= panel
22
23 OPTIONS_DEFINE= NLS
24 OPTIONS_DEFAULT= NLS
25 NLS_USES= gettext-runtime
26 NLS_CONFIGURE_ENABLE= nls
27 OPTIONS_SUB= yes
28
29 .include <bsd.port.mk>