blob: c45b0146b10aa12f647f56a33e2935a0c085a523 (
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
|
# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
# $FreeBSD$
PORTNAME= peksystray
PORTVERSION= 0.4.0
PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= System tray dockapp similar to the GNOME notification area applet
LICENSE= GPLv2
USES= tar:bzip2
USE_XORG= x11 ice sm
GNU_CONFIGURE= yes
PLIST_FILES= bin/peksystray
post-patch:
@${REINPLACE_CMD} -e 's|@x_includes@|| ; s|@x_libraries@||' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>
|