mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Pet portlint
- Strip binaries
This commit is contained in:
parent
432cef3aa3
commit
666ce82b66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380734
@ -3,19 +3,19 @@
|
||||
|
||||
PORTNAME= wmii
|
||||
DISTVERSION= 3.6 # this is stable version; for 3.9.x, use -devel port
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://dl.suckless.org/wmii/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Dynamic, minimalist window manager for X11
|
||||
|
||||
LIB_DEPENDS= libixp.so:${PORTSDIR}/devel/libixp
|
||||
RUN_DEPENDS= dmenu:${PORTSDIR}/x11/dmenu
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libixp.so:${PORTSDIR}/devel/libixp
|
||||
RUN_DEPENDS= dmenu:${PORTSDIR}/x11/dmenu
|
||||
|
||||
CONFLICTS= wmii-3.9*
|
||||
|
||||
USE_XORG= x11 xextproto xt xext
|
||||
@ -49,4 +49,9 @@ post-patch: .SILENT
|
||||
${REINPLACE_CMD} -e 's|strlcat|wmii_&|' ${WRKSRC}/include/util.h \
|
||||
${WRKSRC}/cmd/util.c ${WRKSRC}/cmd/wmii/client.c
|
||||
|
||||
post-install:
|
||||
.for f in wmii wmii9menu wmiir
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user