cf118ccf87
Reported by: lwhsu
21 lines
388 B
Makefile
21 lines
388 B
Makefile
PORTNAME= ivykis
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.42.4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= algernon@madhouse-project.org
|
|
COMMENT= Asynchronous I/O readiness notification library
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= libtool pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= buytenh
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|