mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
19 lines
417 B
Makefile
19 lines
417 B
Makefile
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>
|