- Convert to new options framework - Allow for any available version of TCL to be used - Add LICENSE - Remove indefinite article from COMMENT, update - Mark MAKE_JOBS_SAFE - Trim Makefile header PR: ports/172456 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer) Approved by: makc (mentor) Feature safe: yes
11 lines
168 B
Makefile
11 lines
168 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -sguil
|
|
|
|
MASTERDIR= ${.CURDIR}/../barnyard2
|
|
|
|
# enable tcl binding for sguil
|
|
PORT_OPTIONS+= TCL
|
|
SLAVE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|