12 lines
212 B
Makefile
12 lines
212 B
Makefile
# $FreeBSD$
|
|
|
|
PORTVERSION= 3979
|
|
PKGNAMESUFFIX= ${PORTVERSION}
|
|
|
|
MASTERDIR= ${.CURDIR}/../openbor
|
|
PATCHDIR= ${.CURDIR}/files
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
GH_TAGNAME= 2bcf25b
|
|
|
|
.include "${MASTERDIR}/Makefile"
|