mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
25 lines
489 B
Makefile
25 lines
489 B
Makefile
# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
|
|
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 xorg
|
|
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>
|