2013-05-08 18:05:21 +02:00
|
|
|
# Created by: Oliver Lehmann (oliver@FreeBSD.org)
|
2007-01-23 17:30:54 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2008-05-16 15:55:20 +02:00
|
|
|
PORTNAME= xfce4-dict
|
2013-05-20 22:12:38 +02:00
|
|
|
PORTVERSION= 0.7.0
|
2007-01-23 17:30:54 +01:00
|
|
|
CATEGORIES= textproc xfce
|
2011-03-03 11:12:30 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
2011-12-18 10:03:46 +01:00
|
|
|
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
|
2011-03-03 11:12:30 +01:00
|
|
|
PKGNAMESUFFIX= -plugin
|
2011-12-18 10:03:46 +01:00
|
|
|
DIST_SUBDIR= xfce4
|
2007-01-23 17:30:54 +01:00
|
|
|
|
2011-10-23 15:46:01 +02:00
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
2013-05-25 22:17:53 +02:00
|
|
|
COMMENT= Xfce4 plugin to query different dictionaries
|
2007-01-23 17:30:54 +01:00
|
|
|
|
2008-09-25 12:03:48 +02:00
|
|
|
USE_BZIP2= yes
|
2007-01-23 17:30:54 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2013-10-15 20:36:02 +02:00
|
|
|
USES= gettext pkgconfig gmake
|
2013-05-20 22:12:38 +02:00
|
|
|
USE_GNOME= glib20 gtk20 intltool intlhack
|
|
|
|
USE_XFCE= configenv libmenu libutil panel
|
2011-12-18 10:03:46 +01:00
|
|
|
USE_XORG= x11
|
2013-05-20 22:12:38 +02:00
|
|
|
USE_LDCONFIG= yes
|
2011-12-18 10:03:46 +01:00
|
|
|
|
2007-03-14 05:12:32 +01:00
|
|
|
.include <bsd.port.mk>
|