1997-07-02 00:06:12 +02:00
|
|
|
# New ports collection makefile for: xco
|
|
|
|
# Date created: 6 Jun 1997
|
|
|
|
# Whom: Satoshi TAOKA
|
|
|
|
#
|
1999-08-31 04:51:23 +02:00
|
|
|
# $FreeBSD$
|
1997-07-02 00:06:12 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= xco
|
2001-02-05 17:18:54 +01:00
|
|
|
PORTVERSION= 1.3
|
2009-06-09 17:33:28 +02:00
|
|
|
PORTREVISION= 3
|
1997-07-02 00:06:12 +02:00
|
|
|
CATEGORIES= x11
|
2000-04-13 21:19:05 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
1997-07-02 00:06:12 +02:00
|
|
|
|
2004-12-23 10:32:50 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:36:20 +01:00
|
|
|
COMMENT= Display X11 color names and colors
|
1997-07-02 00:06:12 +02:00
|
|
|
|
|
|
|
USE_IMAKE= yes
|
2009-06-09 17:33:28 +02:00
|
|
|
USE_XORG= x11 xext
|
1997-07-02 00:06:12 +02:00
|
|
|
MAN1= xco.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/xco
|
|
|
|
|
2002-09-24 13:54:26 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's/extern char \*malloc();//g' \
|
|
|
|
${WRKSRC}/xco.c ${WRKSRC}/xargs.c
|
|
|
|
|
1997-07-02 00:06:12 +02:00
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCDIR}
|
|
|
|
@${INSTALL_DATA} ${FILESDIR}/copyright ${DOCDIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|