mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
43e1cc46ab
Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin PR: ports/160730 Submitted by: ryusuke
27 lines
646 B
Makefile
27 lines
646 B
Makefile
# New ports collection makefile for: xfce4-weather-plugin
|
|
# Date created: 04 April 2004
|
|
# Whom: Filippo Natali <filippo@widestore.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xfce4-weather-plugin
|
|
PORTVERSION= 0.7.4
|
|
CATEGORIES= misc xfce geography
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Xfce 4 weather module for xfce4-panel
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_BZIP2= yes
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= glib20 gtk20 intltool intlhack libxml2 pkgconfig
|
|
USE_XFCE= configenv libgui libutil panel
|
|
|
|
.include <bsd.port.mk>
|