mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
c5198ab3b8
- Switch to new test framework - Switch to options helpers Approved by: portmgr blanket
28 lines
551 B
Makefile
28 lines
551 B
Makefile
# Created by: Fabian Keil <fk@fabiankeil.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= liballium
|
|
PORTVERSION= 0.0.1
|
|
CATEGORIES= devel security
|
|
|
|
MAINTAINER= fk@fabiankeil.de
|
|
COMMENT= Tor pluggable transports utility library
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Yawning
|
|
GH_TAGNAME= 0c9b50f
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= autoreconf libtool pathfix pkgconfig
|
|
INSTALL_TARGET= install-strip
|
|
TEST_TARGET= check
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|