mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
26 lines
507 B
Makefile
26 lines
507 B
Makefile
# Created by: Satoshi TAOKA
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xco
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Display X11 color names and colors
|
|
|
|
USES= imake
|
|
USE_XORG= x11 xext
|
|
DOCDIR= ${PREFIX}/share/doc/xco
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's/extern char \*malloc();//g' \
|
|
${WRKSRC}/xco.c ${WRKSRC}/xargs.c
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCDIR}
|
|
@${INSTALL_DATA} ${FILESDIR}/copyright ${STAGEDIR}${DOCDIR}
|
|
|
|
.include <bsd.port.mk>
|