- Remove option for expired multimedia/beep-media-player
- Stage support - Convert to USES=pathfix - Bump PORTREVISION
This commit is contained in:
parent
c2daf35d96
commit
bc451d2589
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347662
2 changed files with 4 additions and 29 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= gxmms
|
||||
PORTVERSION= 0.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -13,21 +14,19 @@ COMMENT= Simple GNOME panel applet for controlling XMMS
|
|||
DEPRECATED= Abandonware, please consider using multimedia/audacious instead
|
||||
EXPIRATION_DATE= 2014-03-23
|
||||
|
||||
USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack libgnomeui
|
||||
USES= gettext gmake pkgconfig
|
||||
USE_GNOME= gnomepanel gnomeprefix intlhack libgnomeui
|
||||
USES= gettext gmake pkgconfig pathfix
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`"
|
||||
CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
OPTIONS_SINGLE= FRONTEND
|
||||
OPTIONS_SINGLE_FRONTEND= XMMS BMP
|
||||
OPTIONS_DEFAULT= XMMS
|
||||
OPTIONS_SINGLE_FRONTEND= XMMS
|
||||
|
||||
XMMS_DESC= Use xmms as frontend
|
||||
BMP_DESC= Use BMP as frontend
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MXMMS}
|
||||
|
@ -40,14 +39,6 @@ CONFIGURE_ARGS+=--disable-xmms
|
|||
PLIST_SUB+= XMMS="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MBMP}
|
||||
CONFIGURE_ARGS+=--with-bmp
|
||||
BUILD_DEPENDS+= beep-media-player:${PORTSDIR}/multimedia/beep-media-player
|
||||
RUN_DEPENDS+= beep-media-player:${PORTSDIR}/multimedia/beep-media-player
|
||||
PLIST_SUB+= BMP=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-bmp
|
||||
PLIST_SUB+= BMP="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -14,19 +14,3 @@
|
|||
%%XMMS%%share/locale/es/LC_MESSAGES/gxmms.mo
|
||||
%%XMMS%%share/locale/fr/LC_MESSAGES/gxmms.mo
|
||||
%%XMMS%%@dirrm share/gxmms
|
||||
%%BMP%%libdata/bonobo/servers/GNOME_gxmms_bmpApplet.server
|
||||
%%BMP%%libexec/gxmms_bmp_applet
|
||||
%%BMP%%share/gnome-2.0/ui/GNOME_gxmms_bmpApplet.xml
|
||||
%%BMP%%share/gxmms-bmp/gxmms_bmp.png
|
||||
%%BMP%%share/gxmms-bmp/gxmms_eject.png
|
||||
%%BMP%%share/gxmms-bmp/gxmms_next.png
|
||||
%%BMP%%share/gxmms-bmp/gxmms_play_pause.png
|
||||
%%BMP%%share/gxmms-bmp/gxmms_prev.png
|
||||
%%BMP%%share/gxmms-bmp/gxmms_stop.png
|
||||
%%BMP%%share/gxmms-bmp/gxmms_bmp_mini.png
|
||||
%%BMP%%share/pixmaps/gxmms_bmp_mini.png
|
||||
%%BMP%%share/pixmaps/gxmms_bmp.png
|
||||
%%BMP%%share/locale/ca/LC_MESSAGES/gxmms.mo
|
||||
%%BMP%%share/locale/es/LC_MESSAGES/gxmms.mo
|
||||
%%BMP%%share/locale/fr/LC_MESSAGES/gxmms.mo
|
||||
%%BMP%%@dirrm share/gxmms-bmp
|
||||
|
|
Loading…
Reference in a new issue