d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
27 lines
609 B
Makefile
27 lines
609 B
Makefile
# New ports collection makefile for: datetimer plugin for xfce4
|
|
# Date created: 02 February 2007
|
|
# Whom: Martin Wilke (miwi@FreeBSD.org)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xfce4-datetime-plugin
|
|
PORTVERSION= 0.5.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-clocks xfce
|
|
MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= A datetime plugin for xfce
|
|
|
|
USE_GMAKE= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_GETTEXT= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
|
|
USE_XFCE= configenv libgui libutil panel
|
|
USE_XLIB= yes
|
|
|
|
.include <bsd.port.mk>
|