14 lines
273 B
Makefile
14 lines
273 B
Makefile
DISTVERSION= 4.8.0.36
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
MAINTAINER= driesm@FreeBSD.org
|
|
|
|
CONFLICTS_INSTALL= emby-server
|
|
|
|
MASTERDIR= ${.CURDIR}/../emby-server
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|