freebsd-ports/deskutils/bmp-docklet/Makefile

39 lines
899 B
Makefile
Raw Normal View History

# New ports collection makefile for: bmp-docklet
# Date created: 10 April, 2005
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bmp-docklet
2005-10-09 12:44:57 +02:00
PORTVERSION= 1.3
PORTREVISION= 2
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
BUILD_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player
RUN_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player
USE_BZIP2= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
2005-04-11 20:17:36 +02:00
USE_GNOME= gnomehack intlhack
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2005-10-09 12:44:57 +02:00
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment"
.else
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif
.include <bsd.port.mk>