freebsd-ports/graphics/vcdtools/Makefile
Ying-Chieh Liao 9355bdd608 change master site, md5 no changed
drop maintainership

Submitted by:	fenner's report
2001-09-07 20:54:51 +00:00

24 lines
481 B
Makefile

# ex:ts=8
# New ports collection makefile for: vcdtools
# Date created: Mar 9, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vcdtools
PORTVERSION= 0.4
CATEGORIES= graphics
MASTER_SITES= http://www.mpegnews.com/files/video/
DISTNAME= ${PORTNAME}_v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
do-install:
.for f in mkvcdfs vcdmplex
@${CP} ${WRKSRC}/$f ${PREFIX}/bin
.endfor
.include <bsd.port.mk>