blob: dffd452911a6f9fb5b34dbe97d2a5f42e43213e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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>
|