freebsd-ports/deskutils/notification-daemon/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

31 lines
830 B
Makefile

# New ports collection makefile for: notification-daemon
# Date created: 2005-08-06
# Whom: Andreas Kohn <andreas@syndrom23.de>
#
# $FreeBSD$
#
PORTNAME= notification-daemon
PORTVERSION= 0.2.4
CATEGORIES= deskutils gnome
MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/
MAINTAINER= andreas@syndrom23.de
COMMENT= Send small notifications to your desktop
LIB_DEPENDS= dbus-1.1:${PORTSDIR}/devel/dbus \
notify.0:${PORTSDIR}/devel/libnotify \
sexy:${PORTSDIR}/x11-toolkits/libsexy
USE_GNOME= gnomehack gnometarget intlhack gtk20
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-main.cc
.endif
.include <bsd.port.post.mk>