dbdb1c3d72
Fix a few rc script issues that mainly affected the plexpass slave port
23 lines
534 B
Makefile
23 lines
534 B
Makefile
# Created by: KalleDK <plexmaintainer@k-moeller.dk>
|
|
# $FreeBSD$
|
|
|
|
PORTVERSION= 0.9.11.4.739
|
|
PORTREVISION= 3
|
|
PKGNAMESUFFIX= -plexpass
|
|
|
|
MAINTAINER= feld@FreeBSD.org
|
|
|
|
PLEX_BUILD= a4e710f
|
|
|
|
USE_RC_SUBR= ${PORTNAME}_plexpass
|
|
|
|
MASTERDIR=${.CURDIR}/../plexmediaserver
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
FILESDIR= ${.CURDIR}/files
|
|
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
SUB_LIST= PORTNAME=${PORTNAME}_plexpass DATADIR=${DATADIR} USERS=${USERS} GROUPS=${GROUPS}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|