blob: def1ac1aa79133fd01dbb3959fe75783690a5f85 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# New ports collection makefile for: bmp-docklet
# Date created: 10 April, 2005
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bmp-docklet
PORTVERSION= 1.3
PORTREVISION= 7
CATEGORIES= deskutils audio
MASTER_SITES= http://mark.xnull.de/bmp-docklet/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= novel
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_AUTOTOOLS= libtool:22
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack intlhack
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment"
.else
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif
.include <bsd.port.mk>
|