mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
4f1e5f9810
Some bug fixes in innxmit and lots of infrastrucure work (style, build) Upstreamed semget flags patch for inn-current
23 lines
424 B
Makefile
23 lines
424 B
Makefile
# Created by: kbowling
|
|
|
|
PORTNAME= inn-current
|
|
PORTVERSION= ${SNAPSHOT}
|
|
MASTER_SITE_SUBDIR= inn/snapshots
|
|
DISTNAME= inn-${BRANCH}-${SNAPSHOT}
|
|
|
|
BRANCH= 2.7
|
|
SNAPSHOT= 20211019
|
|
|
|
CONFLICTS= inn-2.[0-9]*
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
FILESDIR= ${.CURDIR}/../inn/files
|
|
PATCHDIR= ${.CURDIR}/../inn/files
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
CPE_PRODUCT= inn
|
|
|
|
.include "${.CURDIR}/../inn/Makefile"
|
|
|