1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/x11-wm/subtle/Makefile
2021-04-06 16:31:07 +02:00

33 lines
771 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= subtle
PORTVERSION= 0.11.3224
CATEGORIES= x11-wm ruby
MASTER_SITES= https://subtle.subforge.org/attachments/download/81/
DISTNAME= ${PORTNAME}-${PORTVERSION}-xi
MAINTAINER= danfe@FreeBSD.org
COMMENT= Grid-based manual tiling window manager
LICENSE= GPLv2
BUILD_DEPENDS= rake:devel/rubygem-rake
USES= compiler:c11 pkgconfig tar:tbz2 xorg
USE_RUBY= yes
USE_XORG= x11 xft xinerama xpm xrandr xtst
MAKE_CMD= rake -v
MAKEFILE= Rakefile
ALL_TARGET= build
post-patch:
@${REINPLACE_CMD} -e 1d ${WRKSRC}/data/subtler/runner.rb
@${REINPLACE_CMD} -e 's,/etc/xdg,${LOCALBASE}&,' \
${WRKSRC}/src/subtle/ruby.c
do-configure:
@cd ${WRKSRC} && ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} config
.include <bsd.port.mk>