freebsd-ports/audio/gmpc-libnotify/Makefile
Daniel Engberg 1847d94435 audio/gmpc*: Deprecate and set expiration date to 2022-06-30
Last release in 2011, unmaintained and dead upstream

Reference: https://www.musicpd.org/clients/
2022-05-26 10:12:14 +02:00

30 lines
766 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
PORTNAME= gmpc-libnotify
PORTVERSION= 11.8.16
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Libnotify for gmpc
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Abandonware, last release in 2011 and upstream is dead
EXPIRATION_DATE=2022-06-30
LIB_DEPENDS= libmpd.so:audio/libmpd \
libnotify.so:devel/libnotify
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:audio/gmpc
RUN_DEPENDS= gmpc:audio/gmpc
GNU_CONFIGURE= yes
USE_GNOME= glib20 gtk20 intltool
USES= gettext gmake gnome libtool pkgconfig
INSTALL_TARGET= install-strip
PLIST_FILES= lib/gmpc/plugins/libnotifyplugin.so
.include <bsd.port.mk>