freebsd-ports/textproc/xfce4-dict-plugin/Makefile
Pav Lucistnik 46b4304afa - Mark BROKEN: does not configure:
*** The required package libxfcegui4-1.0 was not found on your system.

Reported by:	pointyhat
2011-05-01 23:18:58 +00:00

31 lines
735 B
Makefile

# New ports collection makefile for: dictionary plugin for xfce4
# Date created: 23. January 2007
# Whom: Oliver Lehmann (oliver@FreeBSD.org)
#
# $FreeBSD$
#
PORTNAME= xfce4-dict
PORTVERSION= 0.6.0
PORTREVISION= 4
CATEGORIES= textproc xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
PKGNAMESUFFIX= -plugin
MAINTAINER= miwi@FreeBSD.org
COMMENT= Xfce Plugin for searching for the translation or explanation of a word
BROKEN= does not configure
USE_BZIP2= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv panel
MAN1= xfce4-dict.1
.include <bsd.port.mk>