mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
53c230b247
Fix the following error: ImgToolKit.c:272:10: error: incompatible pointer to integer conversion assigning to 'Atom' (aka 'unsigned long') from 'void *' [-Wint-conversion] type = NULL; ^ ~~~~ While at it assume maintainership of this unmaintained port. MFH: 2023Q2
30 lines
776 B
Makefile
30 lines
776 B
Makefile
PORTNAME= xwpick
|
|
PORTVERSION= 2.20
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= XCONTRIB/applications
|
|
|
|
MAINTAINER= cy@FreeBSD.org
|
|
COMMENT= Image pick up utility for X Window System
|
|
|
|
LICENSE= xwpick
|
|
LICENSE_NAME= xwpick license # non-commercial
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
|
|
|
|
USES= imake xorg
|
|
USE_XORG= x11 xext
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-extract:
|
|
@${SED} -ne '/COPYRIGHT NOTICE/,$$ p' ${WRKSRC}/0README >${WRKSRC}/COPYING
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/CNL_ARTICLE.PS ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/0README ${STAGEDIR}${DOCSDIR}/README
|
|
|
|
.include <bsd.port.mk>
|