svn commit: r356906 - head/multimedia/lsdvd
Thomas Zander
riggs at FreeBSD.org
Sat Jun 7 14:27:26 UTC 2014
Author: riggs
Date: Sat Jun 7 14:27:25 2014
New Revision: 356906
URL: http://svnweb.freebsd.org/changeset/ports/356906
QAT: https://qat.redports.org/buildarchive/r356906/
Log:
- Stagify
- Add LICENSE
Approved by: mentors (implicit)
Modified:
head/multimedia/lsdvd/Makefile
Modified: head/multimedia/lsdvd/Makefile
==============================================================================
--- head/multimedia/lsdvd/Makefile Sat Jun 7 14:26:36 2014 (r356905)
+++ head/multimedia/lsdvd/Makefile Sat Jun 7 14:27:25 2014 (r356906)
@@ -10,18 +10,19 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= ports at FreeBSD.org
COMMENT= Print information about the contents and structure of a DVD
+LICENSE= GPLv2
+
LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-MAN1= lsdvd.1
-PLIST_FILES= bin/lsdvd
+PLIST_FILES= bin/lsdvd \
+ man/man1/lsdvd.1.gz
WITH_DVD_DEVICE?=/dev/acd0
-NO_STAGE= yes
pre-everything::
@${ECHO_MSG} "===> The default DVD device is ${WITH_DVD_DEVICE}"
@${ECHO_MSG} "===> Define WITH_DVD_DEVICE if you want to change the default"
More information about the svn-ports-all
mailing list