freebsd-ports/textproc/xfce4-dict-plugin/Makefile
Olivier Duchateau 46d44394c9 - Update to 0.7.0
- Enhance description (COMMENT) in Makefile
- Add patches to avoid warnings with GLib >= 2.32
2013-05-20 20:12:38 +00:00

28 lines
606 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 dictionnaries
USE_BZIP2= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USES= gettext pkgconfig
USE_GMAKE= yes
USE_GNOME= glib20 gtk20 intltool intlhack
USE_XFCE= configenv libmenu libutil panel
USE_XORG= x11
USE_LDCONFIG= yes
MAN1= xfce4-dict.1
.include <bsd.port.mk>