mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
32 lines
588 B
Makefile
32 lines
588 B
Makefile
# New ports collection makefile for: xco
|
|
# Date created: 6 Jun 1997
|
|
# Whom: 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
|
|
|
|
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>
|