diff options
author | riggs <riggs@FreeBSD.org> | 2014-06-07 22:27:25 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2014-06-07 22:27:25 +0800 |
commit | 9dc979013b220cb4e5f9372b6b458fa40e224f10 (patch) | |
tree | d5c6d3dc6f6ebb36099f02a1fdadd138f0a470d7 | |
parent | 3f621a72339a472990496db01c4f9009a984e498 (diff) | |
download | freebsd-ports-gnome-9dc979013b220cb4e5f9372b6b458fa40e224f10.tar.gz freebsd-ports-gnome-9dc979013b220cb4e5f9372b6b458fa40e224f10.tar.zst freebsd-ports-gnome-9dc979013b220cb4e5f9372b6b458fa40e224f10.zip |
- Stagify
- Add LICENSE
Approved by: mentors (implicit)
-rw-r--r-- | multimedia/lsdvd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/lsdvd/Makefile b/multimedia/lsdvd/Makefile index 0208fcdb861a..dd20ed032954 100644 --- a/multimedia/lsdvd/Makefile +++ b/multimedia/lsdvd/Makefile @@ -10,18 +10,19 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20-%20I%20hate%20James%2 MAINTAINER= ports@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" |