mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
6e39a5dd87
- Cleanup DISTNAME and WRKSRC definitions - Use INSTALL_LIB instead of INSTALL_DATA + STRIP_CMD - Bump dependent ports' revisions PR: ports/184526 Submitted by: delphij
15 lines
239 B
Makefile
15 lines
239 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics java
|
|
PKGNAMESUFFIX= -${OCV_SLAVE}
|
|
|
|
COMMENT= OpenCV Java library
|
|
|
|
OCV_SLAVE= java
|
|
OCV_JAVA= yes
|
|
MASTERDIR= ${.CURDIR:H}/opencv
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|