freebsd-ports/multimedia/plexmediaserver-plexpass/Makefile
Mark Felder 36fa711958 multimedia/plexmediaserver{-plexpass}: Update to 1.19.1.2645
First release of 1.19.1 for FreeBSD. Previous version in the PlexPass channel was broken.

PR:		245370
2020-04-09 19:51:01 +00:00

23 lines
692 B
Makefile

# Created by: KalleDK <plexmaintainer@k-moeller.dk>
# $FreeBSD$
PORTVERSION= 1.19.1.2645
DISTVERSIONSUFFIX=ccb6eb67e
PORTREVISION= 0
MASTER_SITES= https://downloads.plex.tv/plex-media-server-new/${DISTVERSION}-${DISTVERSIONSUFFIX}/freebsd/
PKGNAMESUFFIX= -plexpass
DISTNAME= PlexMediaServer-${DISTVERSION}-${DISTVERSIONSUFFIX}-FreeBSD-${ARCH}
MAINTAINER= feld@FreeBSD.org
USE_RC_SUBR= ${PORTNAME}_plexpass
MASTERDIR=${.CURDIR}/../plexmediaserver
DISTINFO_FILE= ${.CURDIR}/distinfo
FILESDIR= ${.CURDIR}/files
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
SUB_LIST= PORTNAME=${PORTNAME}_plexpass DATADIR=${DATADIR} USERS=${USERS} GROUPS=${GROUPS}
.include "${MASTERDIR}/Makefile"