mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
1
This commit is contained in:
parent
c59008c54b
commit
d26e0441ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295197
1 changed files with 4 additions and 2 deletions
|
@ -14,6 +14,8 @@ MASTER_SITES= SF
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A system tray dockapp similar to the GNOME notification area applet
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_XORG= x11 ice sm
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -21,7 +23,7 @@ GNU_CONFIGURE= yes
|
|||
PLIST_FILES= bin/peksystray
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|@x_includes@||g ; \
|
||||
s|@x_libraries@||g' ${WRKSRC}/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|@x_includes@|| ; s|@x_libraries@||' \
|
||||
${WRKSRC}/src/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue