freebsd-ports/sysutils/xfce4-mount-plugin/Makefile
Olivier Duchateau 5a60e620b3 - Support STAGEDIR
- Convert to new LIB_DEPENDS syntax
- Use USES= gmake
- Add LICENSE

- Fix when NLS option is unset
2014-01-30 14:06:32 +00:00

25 lines
576 B
Makefile

# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
# $FreeBSD$
PORTNAME= xfce4-mount-plugin
PORTVERSION= 0.6.4
PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Mount and umount utility for the Xfce4 panel
LICENSE= GPLv2
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= intltool intlhack
USES= gettext pkgconfig gmake
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
USE_XFCE= configenv libmenu panel
.include <bsd.port.mk>