opnsense-ports/multimedia/yamdi/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

22 lines
414 B
Makefile

# Created by: Kuan-Chung Chiu <buganini@gmail.com>
# $FreeBSD$
PORTNAME= yamdi
PORTVERSION= 1.9
CATEGORIES= multimedia
MASTER_SITES= SF
MAINTAINER= buganini@gmail.com
COMMENT= Metadata injector for FLV files
LICENSE= BSD3CLAUSE
PLIST_FILES= bin/yamdi
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} yamdi.c -o yamdi
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/yamdi ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>