blob: a2a145ad3153d04a3adefa47bc023851b3d1221e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: dvdauthor
# Date created: 20 April 2003
# Whom: pb@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= dvdauthor
PORTVERSION= 0.5.3
PORTREVISION= 1
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 \
png.5:${PORTSDIR}/graphics/png
USE_GETOPT_LONG=yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/dvdauthor
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dvdauthor
.endif
.include <bsd.port.mk>
|