2003-04-20 13:59:48 +02:00
|
|
|
# New ports collection makefile for: dvdauthor
|
|
|
|
# Date created: 20 April 2003
|
|
|
|
# Whom: pb@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dvdauthor
|
2003-10-05 13:11:34 +02:00
|
|
|
PORTVERSION= 0.5.4
|
2003-10-07 19:31:07 +02:00
|
|
|
PORTREVISION= 1
|
2003-04-20 13:59:48 +02:00
|
|
|
CATEGORIES= multimedia
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= pb@FreeBSD.org
|
|
|
|
COMMENT= Makes a DVD file structure from one or more MPEG2 streams
|
|
|
|
|
|
|
|
LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread \
|
2003-05-18 19:28:30 +02:00
|
|
|
png.5:${PORTSDIR}/graphics/png
|
2003-04-20 13:59:48 +02:00
|
|
|
|
2003-07-14 04:53:03 +02:00
|
|
|
USE_GETOPT_LONG=yes
|
2003-04-20 13:59:48 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/dvdauthor
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dvdauthor
|
2003-07-23 15:20:15 +02:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${PREFIX}/share/doc/dvdauthor
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/iso639.txt ${PREFIX}/share/doc/dvdauthor
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/menu.txt ${PREFIX}/share/doc/dvdauthor
|
2003-04-20 13:59:48 +02:00
|
|
|
.endif
|
|
|
|
|
2003-07-14 04:53:03 +02:00
|
|
|
.include <bsd.port.mk>
|