aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dvdimagecmp/Makefile
blob: 9b50685ea41ced06accd4c7ad117ac137e83e518 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Tim Welch <ports@thepentagon.org>
# $FreeBSD$

PORTNAME=	dvdimagecmp
PORTVERSION=	0.3
CATEGORIES=	sysutils
MASTER_SITES=	SUNSITE/apps/video

MAINTAINER=	ports@thepentagon.org
COMMENT=	Simple tool for comparing an image to a burned disc

USES=		gmake tar:tgz

CFLAGS+=	-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

PLIST_FILES=	bin/dvdimagecmp

do-build:
	(cd ${WRKSRC}; ${CC} ${CFLAGS} -o dvdimagecmp dvdimagecmp.c )

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/dvdimagecmp ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>