freebsd-ports/multimedia/avinfo/Makefile
Mario Sergio Fujikawa Ferreira 28d8313f64 After repo copy from graphics category to newly create multimedia
one, update all appropriate references: *_DEPENDS, CATEGORIES

Repo copied by:		cvs (joe)
Approved by:		portmgr (self & no objections)
2003-04-04 01:38:40 +00:00

34 lines
696 B
Makefile

# ex:ts=8
# Ports collection Makefile for: avinfo
# Date created: Feb 7, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= avinfo
PORTVERSION= 0.7.1
CATEGORIES= multimedia
MASTER_SITES= http://anime.org.ru/soft/avinfo/
MAINTAINER= ports@FreeBSD.org
COMMENT= A utility for displaying AVI header information
USE_ZIP= yes
WRKSRC= ${WRKDIR}/src
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
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/../DOC/* ${DOCSDIR}
.endif
.include <bsd.port.mk>