mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
15 lines
337 B
Makefile
15 lines
337 B
Makefile
# $FreeBSD$
|
|
|
|
PORTVERSION= 2.3.16
|
|
PORTREVISION= 0 #this is a slave port that needs PORTREVISION to be tracked separately
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
COMMENT= Network backup and restore program (development)
|
|
|
|
MASTERDIR= ${.CURDIR}/../burp
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
CONFLICTS_INSTALL= burp
|
|
PORTSCOUT=
|
|
|
|
.include "${MASTERDIR}/Makefile"
|