freebsd-ports/textproc/xfce4-dict-plugin/Makefile
Olivier Duchateau 5483a9d678 - Support STAGEDIR
While I'm here
- Switch to USES= gmake
- Convert to new LIB_DEPENDS format

- Enhance COMMENT entry (misc/xfce4-wm-themes)
- Adjust Xfce dependencies, and bump PORTREVISION
(sysutils/xfce4-power-manager)
2013-10-15 18:36:02 +00:00

24 lines
573 B
Makefile

# Created by: Oliver Lehmann (oliver@FreeBSD.org)
# $FreeBSD$
PORTNAME= xfce4-dict
PORTVERSION= 0.7.0
CATEGORIES= textproc xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
PKGNAMESUFFIX= -plugin
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Xfce4 plugin to query different dictionaries
USE_BZIP2= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USES= gettext pkgconfig gmake
USE_GNOME= glib20 gtk20 intltool intlhack
USE_XFCE= configenv libmenu libutil panel
USE_XORG= x11
USE_LDCONFIG= yes
.include <bsd.port.mk>