freebsd-ports/multimedia/flvmeta/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

21 lines
409 B
Makefile

# Created by: Earl Gay <earl@eeg3.net>
# $FreeBSD$
PORTNAME= flvmeta
PORTVERSION= 1.0.11
CATEGORIES= multimedia
MASTER_SITES= GOOGLE_CODE
MAINTAINER= earl@eeg3.net
COMMENT= Manipulation tool for Adobe Flash Video files (FLV)
BROKEN= Unfetchable (google code has gone away)
GNU_CONFIGURE= yes
PLIST_FILES= bin/flvmeta bin/flvdump
pre-install:
${CHMOD} a+x ${WRKSRC}/install-sh
.include <bsd.port.mk>