1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/news/inn-current/Makefile
Kevin Bowling 4f1e5f9810 news/inn-current: 20211019
Some bug fixes in innxmit and lots of infrastrucure work (style, build)
Upstreamed semget flags patch for inn-current
2021-10-21 06:31:06 -07:00

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"