mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -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
|
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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue