freebsd-ports/deskutils/bmp-docklet/Makefile

44 lines
981 B
Makefile
Raw Normal View History

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= bmp-docklet
2005-10-09 12:44:57 +02:00
PORTVERSION= 1.3
2012-06-01 07:26:28 +02:00
PORTREVISION= 10
CATEGORIES= deskutils audio
2005-05-21 14:35:46 +02:00
MASTER_SITES= http://mark.xnull.de/bmp-docklet/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= novel
2005-05-21 14:35:46 +02:00
MAINTAINER= novel@FreeBSD.org
COMMENT= System tray controller for beep-media-player
DEPRECATED= Abandonware, please consider using multimedia/audacious instead
EXPIRATION_DATE= 2014-03-06
BUILD_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player
RUN_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
GNU_CONFIGURE= yes
2013-09-03 08:36:41 +02:00
USES= gmake pkgconfig
2005-04-11 20:17:36 +02:00
USE_GNOME= gnomehack intlhack
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
OPTIONS_DEFINE= NLS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
.else
2005-10-09 12:44:57 +02:00
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment"
.endif
.include <bsd.port.mk>