af54201b3f
- Trim Makefile header - Use USE_PKGCONFIG - Adjust dependencies in USE_XFCE - Add patch, which replaces Debian's bugzilla by FreshPorts Approved by: rene, miwi (mentors, implicit)
24 lines
548 B
Makefile
24 lines
548 B
Makefile
# Created by: Martin Wilke (miwi@FreeBSD.org)
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xfce4-smartbookmark-plugin
|
|
PORTVERSION= 0.4.5
|
|
CATEGORIES= www xfce
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Query search engines from the Xfce panel
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_GETTEXT= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gtk20 intltool intlhack
|
|
USE_PKGCONFIG= build
|
|
USE_XFCE= configenv libexo libmenu libutil panel
|
|
USE_XORG= ice
|
|
|
|
.include <bsd.port.mk>
|