mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
2664dec570
Reported by: Mark Noirot (upstream) Sponsored by: Absolight
25 lines
408 B
Makefile
25 lines
408 B
Makefile
# Created by: Earl Gay <earl@eeg3.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= flvmeta
|
|
PORTVERSION= 1.0.11
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= multimedia
|
|
|
|
MAINTAINER= earl@eeg3.net
|
|
COMMENT= Manipulation tool for Adobe Flash Video files (FLV)
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= noirotm
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/flvmeta bin/flvdump
|
|
|
|
.include <bsd.port.mk>
|