freebsd-ports/devel/libcidr/Makefile
Adam Weinberger 037a3b5bf9 Remove the final usages of USE_XZ from the tree, and replace them with
USES=tar:xz.

Approved by:	portmgr (most of them)
2014-07-29 21:25:30 +00:00

28 lines
680 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= libcidr
DISTVERSION= 1.2.3
CATEGORIES= devel
MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/${PORTNAME}/ \
http://distfiles.over-yonder.net/${PORTNAME}/
MAINTAINER= fullermd@over-yonder.net
COMMENT= Library to handle manipulating CIDR netblocks
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= tar:xz
USE_LDCONFIG= yes
MAKE_ENV+= CIDR_DOCDIR=${DOCSDIR} CIDR_EXDIR=${EXAMPLESDIR}
OPTIONS_DEFINE= DOCS EXAMPLES
DOCS_MAKE_ENV_OFF= NO_DOCS=yes
EXAMPLES_MAKE_ENV_OFF= NO_EXAMPLES=yes
post-patch:
@${REINPLACE_CMD} 's|-g -O2 -pipe||' ${WRKSRC}/src/Makefile.inc
.include <bsd.port.mk>