Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2013 02:20:24 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333643 - head/games/xcowsay
Message-ID:  <201311130220.rAD2KO8Z013107@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Wed Nov 13 02:20:24 2013
New Revision: 333643
URL: http://svnweb.freebsd.org/changeset/ports/333643

Log:
  - Remove the indefinite article from COMMENT
  - Use options helpers
  - Add stage support

Modified:
  head/games/xcowsay/Makefile

Modified: head/games/xcowsay/Makefile
==============================================================================
--- head/games/xcowsay/Makefile	Wed Nov 13 02:12:36 2013	(r333642)
+++ head/games/xcowsay/Makefile	Wed Nov 13 02:20:24 2013	(r333643)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://www.nickg.me.uk/fil
 		http://www.predatorlabs.net/dl/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A graphical configurable talking cow
+COMMENT=	Graphical configurable talking cow
 
 OPTIONS_DEFINE=	DBUS
 
@@ -17,13 +17,13 @@ USE_GNOME=	gtk20
 USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 
-MAN6=		xcowsay.6
 PLIST_FILES=	bin/xcowdream \
 		bin/xcowfortune \
 		bin/xcowsay \
 		bin/xcowthink \
 		share/locale/pt_BR/LC_MESSAGES/xcowsay.mo \
 		share/locale/ru/LC_MESSAGES/xcowsay.mo \
+		man/man6/xcowsay.6.gz \
 		%%DATADIR%%/cow_large.png \
 		%%DATADIR%%/cow_med.png \
 		%%DATADIR%%/cow_small.png
@@ -32,13 +32,8 @@ PLIST_DIRS=	%%DATADIR%%
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDBUS}
-LIB_DEPENDS+=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
-CFLAGS+=	-DWITH_DBUS
-CONFIGURE_ARGS+=	--enable-dbus
-.endif
+DBUS_LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
+DBUS_CFLAGS=		-DWITH_DBUS
+DBUS_CONFIGURE_ENABLE=	dbus
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311130220.rAD2KO8Z013107>