1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/multimedia/avinfo/Makefile
Ion-Mihai Tetcu 9099f96c4e Dmitry Marakasov adopts this orphan ports that he uses.
PR:		ports/98284
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
Approved by:	lawrence (mentor, implicit)
2006-06-06 19:47:42 +00:00

34 lines
653 B
Makefile

# ex:ts=8
# Ports collection Makefile for: avinfo
# Date created: Feb 7, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= avinfo
PORTVERSION= 0.7.4
CATEGORIES= multimedia
MASTER_SITES= http://shounen.ru/soft/avinfo/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= amdmi3@mail.ru
COMMENT= A utility for displaying AVI header information
WRKSRC= ${WRKDIR}/src
PLIST_FILES= bin/avinfo
USE_ZIP= yes
post-patch:
@(cd ${WRKSRC} && ${CP} messages.c temp ; \
${CAT} temp | col -b > messages.c)
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o avinfo avinfo.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/avinfo ${PREFIX}/bin
.include <bsd.port.mk>