freebsd-ports/x11-toolkits/libXaw/Makefile
Michael Scheidell 449cee8a6f - Update Makefile to respect NOPORTDOCS
- Trim pkg-plist, use PORTDOCS= macro to enable easier updates in the future
- No PORTREVISION bump since this does not change default package

PR:		ports/165820
Submitted by:	scheidell@ (me)
Approved by:	x11 (maintainer, timeout 60 days)
2012-05-08 19:00:52 +00:00

31 lines
659 B
Makefile

# New ports collection makefile for: libXaw
# Date Created: 25 Jan, 2003
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libXaw
PORTVERSION= 1.0.9
PORTEPOCH= 2
CATEGORIES= x11-toolkits
MAINTAINER= x11@FreeBSD.org
COMMENT= X Athena Widgets library
XORG_CAT= lib
USE_XORG= printproto:both x11 xau xext xextproto xmu xp xpm xproto:both xt
USE_GMAKE= yes
CONFIGURE_ARGS= --without-xmlto
PORTDOCS= *
.if defined(NOPORTDOCS)
CONFIGURE_ARGS+=--disable-specs
post-configure:
@${REINPLACE_CMD} -e '/AM_MAKEFLAGS/s/ install-exec-am install-data-am/ install-exec-am/' ${WRKSRC}/specs/Makefile
.endif
MAN3= Xaw.3
.include <bsd.port.mk>