mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
x11-wm/yeahwm: provide copyright and licensing terms for the port
Obtained from `x11-wm/evilwm' with minor changes and improvements. PR: 279118
This commit is contained in:
parent
b429ed571b
commit
5403eaa004
@ -9,6 +9,11 @@ MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= Minimal X11 window manager with BeOS-like tabbed titles
|
||||
WWW= http://phrat.de/
|
||||
|
||||
LICENSE= AEWM
|
||||
LICENSE_NAME= AEWM License
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
USES= xorg
|
||||
USE_XORG= x11 xext xinerama
|
||||
MAKE_ARGS= CC="${CC}" XROOT="${LOCALBASE}"
|
||||
@ -23,6 +28,10 @@ MOTIF_DESC= Use Motif hints to find if window should be borderless
|
||||
|
||||
MOTIF_BUILD_DEPENDS= ${LOCALBASE}/include/Xm/MwmUtil.h:x11-toolkits/open-motif
|
||||
|
||||
post-extract:
|
||||
@${SED} -n '/^Copyright (c)/,$$p' \
|
||||
${WRKSRC}/README.evilwm > ${LICENSE_FILE}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's, -Wall -Os,-fcommon,' ${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e '/DEF_FONT/s,variable,fixed,' ${WRKSRC}/config.h
|
||||
|
Loading…
Reference in New Issue
Block a user