1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/audio/libltc/Makefile
2021-04-06 16:31:07 +02:00

23 lines
411 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
PORTNAME= libltc
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.1
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
COMMENT= Linear/Logitudinal Time Code (LTC) Library
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf gmake libtool
USE_GITHUB= yes
GH_ACCOUNT= x42
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>