mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
d6d5108de8
- Update WWW - Pet portlint Approved by: portmgr blanket
36 lines
878 B
Makefile
36 lines
878 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
BROKEN_powerpc64= fails to compile: ruby.h: wrong number of arguments specified for 'deprecated' attribute
|
|
|
|
BUILD_DEPENDS= rake:devel/rubygem-rake
|
|
|
|
USES= 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>
|