2013-06-28 22:51:40 +00:00
|
|
|
# Created by: Satoshi TAOKA
|
1999-08-31 02:51:23 +00:00
|
|
|
# $FreeBSD$
|
1997-07-01 22:06:12 +00:00
|
|
|
|
2000-04-13 19:19:05 +00:00
|
|
|
PORTNAME= xco
|
2001-02-05 16:18:54 +00:00
|
|
|
PORTVERSION= 1.3
|
2009-06-09 15:33:28 +00:00
|
|
|
PORTREVISION= 3
|
1997-07-01 22:06:12 +00:00
|
|
|
CATEGORIES= x11
|
2000-04-13 19:19:05 +00:00
|
|
|
DISTNAME= ${PORTNAME}
|
1997-07-01 22:06:12 +00:00
|
|
|
|
2004-12-23 09:32:50 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:36:20 +00:00
|
|
|
COMMENT= Display X11 color names and colors
|
1997-07-01 22:06:12 +00:00
|
|
|
|
2013-06-28 22:51:40 +00:00
|
|
|
USES= imake
|
2009-06-09 15:33:28 +00:00
|
|
|
USE_XORG= x11 xext
|
1997-07-01 22:06:12 +00:00
|
|
|
DOCDIR= ${PREFIX}/share/doc/xco
|
|
|
|
|
2002-09-24 11:54:26 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's/extern char \*malloc();//g' \
|
|
|
|
${WRKSRC}/xco.c ${WRKSRC}/xargs.c
|
|
|
|
|
1997-07-01 22:06:12 +00:00
|
|
|
post-install:
|
2013-12-13 23:50:03 +00:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCDIR}
|
|
|
|
@${INSTALL_DATA} ${FILESDIR}/copyright ${STAGEDIR}${DOCDIR}
|
1997-07-01 22:06:12 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|