26 lines
598 B
Makefile
26 lines
598 B
Makefile
# Created by: Oliver Lehmann (oliver@FreeBSD.org)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xfce4-dict
|
|
PORTVERSION= 0.7.2
|
|
CATEGORIES= textproc xfce
|
|
MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
|
|
PKGNAMESUFFIX= -plugin
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Xfce4 plugin to query different dictionaries
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
USES= gettext pkgconfig gmake libtool xfce tar:bzip2
|
|
USE_GNOME= glib20 gtk20 intltool intlhack
|
|
USE_XFCE= panel
|
|
USE_XORG= x11
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|