mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
69c0809228
PR: 239014 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
15 lines
250 B
Makefile
15 lines
250 B
Makefile
# $FreeBSD$
|
|
|
|
PORTVERSION= 2.3.10
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
COMMENT= Network backup and restore program (development)
|
|
|
|
MASTERDIR= ${.CURDIR}/../burp
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
CONFLICTS_INSTALL= burp
|
|
PORTSCOUT=
|
|
|
|
.include "${MASTERDIR}/Makefile"
|