freebsd-ports/net/enet/Makefile
Rusmir Dusko 9c1c707204 - Change USES, remove autoreconf [1]
- Remove PATHFIX_MAKEFILEIN and USE_AUTOTOOLS [1]
- Add GNU_CONFIGURE and INSTALL_TARGET=install-strip, remove STRIP_CMD [1]

Reported by:	tijl [1]
2014-12-08 10:47:46 +00:00

28 lines
533 B
Makefile

# Created by: Stanislav Sedov <stas@FreeBSD.org>
# $FreeBSD$
PORTNAME= enet
PORTVERSION= 1.3.12
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= http://enet.bespin.org/download/
MAINTAINER= nemysis@FreeBSD.org
COMMENT= Simple and robust communication library based on UDP
LICENSE= MIT
USES= pathfix libtool
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-install:
@(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>