This commit is contained in:
Alexey Dokuchaev 2012-04-21 17:25:29 +00:00
parent c59008c54b
commit d26e0441ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295197

View file

@ -14,6 +14,8 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= A system tray dockapp similar to the GNOME notification area applet COMMENT= A system tray dockapp similar to the GNOME notification area applet
LICENSE= GPLv2
USE_BZIP2= yes USE_BZIP2= yes
USE_XORG= x11 ice sm USE_XORG= x11 ice sm
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
@ -21,7 +23,7 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/peksystray PLIST_FILES= bin/peksystray
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|@x_includes@||g ; \ @${REINPLACE_CMD} -e 's|@x_includes@|| ; s|@x_libraries@||' \
s|@x_libraries@||g' ${WRKSRC}/src/Makefile.in ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk> .include <bsd.port.mk>