freebsd-ports/x11-wm/peksystray/Makefile
Martin Wilke cfe6f3bc06 - Convert USE_BZIP2/XZ to USES
Approved by:	portmgr
2014-06-02 07:16:50 +00:00

25 lines
496 B
Makefile

# 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>