blob: a9433418e5a22ab0ce506031661e27060c0df755 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= libcdada
DISTVERSION= 0.5.2
CATEGORIES= devel
MAINTAINER= pi@FreeBSD.org
COMMENT= Basic data structures in C as libstdc++ wrapper
WWW= https://github.com/msune/libcdada
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf libtool pkgconfig python shebangfix
SHEBANG_FILES= tools/cdada-gen
USE_GITHUB= yes
GNU_CONFIGURE= yes
GH_ACCOUNT= msune
GH_TAGNAME= 4eb0b61
.include <bsd.port.mk>
|