# New ports collection makefile for: enet # Date created: 2006-09-23 # Whom: Stanislav Sedov # # $FreeBSD$ # PORTNAME= enet PORTVERSION= 1.3.4 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://enet.bespin.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple and robust communication library based on UDP LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= DOCS USE_AUTOTOOLS= aclocal automake autoconf libtool ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes PORTDOCS= * .include post-patch: @${REINPLACE_CMD} -e '/^pkgconfigdir/s|$$(libdir)|$$(prefix)/libdata|' \ ${WRKSRC}/Makefile.am post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} html ${DOCSDIR}) .endif .include