a637639c2a
- Try to make hostname calls in burp_ca more robust. - Fix "Directory: '(null)'" log message. Approved by: gerald (mentor)
15 lines
337 B
Makefile
15 lines
337 B
Makefile
# $FreeBSD$
|
|
|
|
PORTVERSION= 2.3.28
|
|
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"
|