1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:24:52 +00:00
freebsd-ports/audio/libltc/Makefile
Yuri Victorovich 4b2eaa3398 audio/libltc: Update 1.3.0 -> 1.3.1
Reported by:	portscout
2019-04-07 01:31:28 +00:00

24 lines
423 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
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>