freebsd-ports/sysutils/dvdimagecmp/Makefile
Marcus Alves Grando 0ce0bb9b88 New port
Dvdimagecmp is a small program to compare an image to a
burned disc. It is not limited to dvds, and supports offsets.

WWW: http://www.ibiblio.org/pub/linux/apps/video/dvdimagecmp-0.3.lsm

PR:		87303
Submitted by:	Tim Welch <twelch@thepentagon.org>
2005-10-13 12:38:35 +00:00

29 lines
659 B
Makefile

# New ports collection makefile for: dvdimagecmp
# Date created: 11 October 2005
# Whom: Tim Welch <twelch@thepentagon.org>
#
# $FreeBSD$
#
PORTNAME= dvdimagecmp
PORTVERSION= 0.3
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/video
EXTRACT_SUFX= .tgz
MAINTAINER= twelch@thepentagon.org
COMMENT= A simple tool for comparing an image to a burned disc
USE_GMAKE= yes
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 ${PREFIX}/bin
.include <bsd.port.mk>