1997-07-01 22:06:12 +00:00
|
|
|
# New ports collection makefile for: xco
|
|
|
|
# Date created: 6 Jun 1997
|
|
|
|
# Whom: 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
|
2003-10-15 06:36:39 +00:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
|
|
|
USE_IMAKE= yes
|
|
|
|
MAN1= xco.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
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:
|
|
|
|
@${MKDIR} ${DOCDIR}
|
|
|
|
@${INSTALL_DATA} ${FILESDIR}/copyright ${DOCDIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|