mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
ed05f1003b
This port is located in x11, not x11-wm Approved by: portmgr (build fix blanket)
26 lines
427 B
Makefile
26 lines
427 B
Makefile
PORTNAME= sdwmbar
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= sakhmatd@darkn.space
|
|
COMMENT= Simple statusbar for the dwm window manager
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= dwm:x11-wm/dwm
|
|
|
|
USES= xorg
|
|
USE_XORG= x11
|
|
MAKE_ENV= XPREFIX=${LOCALBASE}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sakhmatd
|
|
|
|
PLIST_FILES= bin/sdwmbar
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sdwmbar
|
|
|
|
.include <bsd.port.mk>
|