diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-11 01:27:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-11 01:27:29 +0800 |
commit | bfed92fe79523169587040f1e04c47f9065de453 (patch) | |
tree | 2cdef69866a0b7e91cf6b61b6bb925dd84cdafa6 /multimedia | |
parent | e07b027cbcce32c909c53c092a915ebc9f58836d (diff) | |
download | freebsd-ports-gnome-bfed92fe79523169587040f1e04c47f9065de453.tar.gz freebsd-ports-gnome-bfed92fe79523169587040f1e04c47f9065de453.tar.zst freebsd-ports-gnome-bfed92fe79523169587040f1e04c47f9065de453.zip |
- Add LICENSE_FILE
- Switch to USES=autoreconf
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/motion/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile index 0bc0261d755e..40156e1a8d08 100644 --- a/multimedia/motion/Makefile +++ b/multimedia/motion/Makefile @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Motion detection application LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg @@ -22,8 +23,8 @@ VIDEO_DESC= Video capture driver. Choose one of BKTR or PWCBSD BKTR_DESC= BKTR based TV capture cards PWCBSD_DESC= PWCBSD based Webcams -USES= gmake -USE_AUTOTOOLS= autoconf +USES= autoreconf gmake +GNU_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message |