freebsd-ports/x11/xco/Makefile

32 lines
588 B
Makefile
Raw Normal View History

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