1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/x11/stalonetray/Makefile
Zsolt Udvari 537cbffa59 multiple_ports: moved man to share/man
Update my ports:
graphics/mupdf
x11-wm/herbstluftwm
x11/stalonetray

Fix order of variables in graphics/mupdf.

Approved by:	bofh (mentor)
Differential Revision:	https://reviews.freebsd.org/D44052
2024-02-24 14:35:19 +01:00

31 lines
661 B
Makefile

PORTNAME= stalonetray
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.5
PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= uzsolt@FreeBSD.org
COMMENT= STAnd-aLONE system tray
WWW= https://kolbusa.github.io/stalonetray/
LICENSE= GPLv2
BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl \
libxslt>0:textproc/libxslt
USES= autoreconf gmake xorg
USE_GITHUB= yes
GH_ACCOUNT= kolbusa
USE_XORG= sm ice x11 xpm
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --disable-native-kde \
--disable-debug
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/stalonetrayrc.sample ${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.mk>