freebsd-ports/devel/ivykis/Makefile
Mathieu Arnold 8b4093cba5 Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-12-02 11:58:21 +00:00

23 lines
408 B
Makefile

# $FreeBSD$
PORTNAME= ivykis
PORTVERSION= 0.39
DISTVERSIONPREFIX=v
CATEGORIES= devel
MAINTAINER= algernon@madhouse-project.org
COMMENT= Asynchronous I/O readiness notification library
LICENSE= LGPL21
USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= buytenh
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libivykis.so.0.4.2
.include <bsd.port.mk>