From 135efac4b67b9ddef4f22b81b0f1f4e9a3f045e4 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Sat, 29 Dec 2012 20:57:20 +0000 Subject: -Update to new header -OPTIONSng -Remove the shared library version -portlint PR: ports/173788 ports/173809 ports/173802 Submitted by: Chris Petrik --- audio/goobox/Makefile | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) (limited to 'audio/goobox') diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index 152535c5a531..374b53a42ba9 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: guikachu -# Date created: 11 Nov 2004 -# Whom: Alexander Nedotsukov -# +# Created by: Alexander Nedotsukov # $FreeBSD$ # $MCom: ports/audio/goobox/Makefile,v 1.25 2007/08/15 03:03:09 mezz Exp $ -# PORTNAME= goobox PORTVERSION= 2.2.0 @@ -17,10 +13,10 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= CD player and ripper for GNOME Desktop environment BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= discid.0:${PORTSDIR}/audio/libdiscid \ - musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 \ - brasero-media.3:${PORTSDIR}/sysutils/brasero \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique +LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid \ + musicbrainz3:${PORTSDIR}/audio/libmusicbrainz3 \ + brasero-media:${PORTSDIR}/sysutils/brasero \ + unique-1.0:${PORTSDIR}/x11-toolkits/unique RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme USE_XORG= x11 @@ -37,18 +33,19 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= goobox.schemas -OPTIONS= NOTIFY "Enable libnotify support" on +OPTIONS_DEFINE= NOTIFY +OPTIONS_DEFAULT=NOTIFY -.include +.include -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify -CONFIGURE_ARGS+= --enable-notification +.if ${PORT_OPTIONS:MNOTIFY} +LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify +CONFIGURE_ARGS+=--enable-notification .else -CONFIGURE_ARGS+= --disable-notification +CONFIGURE_ARGS+=--disable-notification .endif post-install: @-update-desktop-database -.include +.include -- cgit v1.2.3