freebsd-ports/multimedia/dvdid/Makefile
Dmitry Marakasov 51a809ef24 Library and executable for calculating dvdids as returned by Windows'
IDvdInfo2::GetDiscID.

WWW:	http://www.srcf.ucam.org/~cjk32/dvdid/

PR:		138873
Submitted by:	Christopher Key <cjk32@cam.ac.uk>
2009-10-06 12:46:20 +00:00

21 lines
428 B
Makefile

# New ports collection makefile for: dvdid
# Date created: 2009-09-14
# Whom: Christopher Key <cjk32@cam.ac.uk>
#
# $FreeBSD$
#
PORTNAME= dvdid
PORTVERSION= 0.1.1
CATEGORIES= multimedia
MASTER_SITES= http://www.srcf.ucam.org/~cjk32/dvdid/
MAINTAINER= cjk32@cam.ac.uk
COMMENT= Tool for calculating dvdids
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>