freebsd-ports/security/barnyard2-sguil/Makefile
Olli Hauer a9144ac62b - add patch to barnyard2 to allow build with postgresql and tcl
(reported and fixed upstream)
- display option TCL only for Master port, it makes no sense if
  the slave can de-select a required option
- remove broken barnyard-sguil (master port was removed 2011-04-04)
- add new port barnyard2-sguil [1]
- add entry to MOVED

PR:		ports/156188 [1]
Submitted by:	me
Approved by:	maintainer timeout
2011-05-15 17:09:38 +00:00

12 lines
165 B
Makefile

# $FreeBSD$
#
PKGNAMESUFFIX= -sguil
MASTERDIR= ${.CURDIR}/../barnyard2
# enable tcl binding for sguil
WITH_TCL= yes
SLAVE= yes
.include "${MASTERDIR}/Makefile"