1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

- Clarify LICENSE

- Add LICENSE_FILE
- Switch to options helpers
This commit is contained in:
Dmitry Marakasov 2016-03-28 18:43:58 +00:00
parent 0a13855bcf
commit 8253ef6099
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412066

View File

@ -10,7 +10,8 @@ MASTER_SITES= SF/libxosd/libxosd/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= X11 on-screen-display program and library
LICENSE= GPLv2
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake pkgconfig libtool
USE_CSTD= gnu89
@ -31,30 +32,25 @@ XFT_DESC= Unofficial Xft support
OPTIONS_SUB= yes
MSEC_EXTRA_PATCHES= ${FILESDIR}/extra-patch-msec-timeout
MSEC_VARS= DELAY_UNITS=milliseconds
MSEC_VARS_OFF= DELAY_UNITS=seconds
XFT_EXTRA_PATCHES= ${FILESDIR}/extra-patch-xft
XFT_USE= GNOME=pango XORG=xft
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMSEC}
DELAY_UNITS= milliseconds
.else
DELAY_UNITS= seconds
.endif
post-patch:
@${REINPLACE_CMD} -e 's,^\(CFLAGS =\)\(.*\)$$,\1 -I..\2,' \
${WRKSRC}/src/libxosd/Makefile.in \
${WRKSRC}/src/xmms_plugin/Makefile.in
@${REINPLACE_CMD} -e 's,specified time,& (${DELAY_UNITS}),' \
${WRKSRC}/src/osd_cat.c
.if ${PORT_OPTIONS:MXFT} # unbreak against Clang
post-patch-XFT-on:
# unbreak against Clang
@${REINPLACE_CMD} -e '52s,^,void xosd_xypos(xosd *osd);,' \
${WRKSRC}/src/libxosd/xosd.c
.endif
post-install:
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}