1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/dns/powerdns/pkg-plist
Dirk Meyer 6a7ffc6fe3 - Fix build with postgresql 7.4
- Fix package with ldapbackend
- reorder makefile
- detect if recursor is buildable
2003-12-07 11:55:37 +00:00

18 lines
672 B
Plaintext

bin/pdns_control
bin/zone2ldap
bin/zone2sql
sbin/pdns_server
%%WITHLDAP%%lib/libldapbackend.so.0
%%WITHLDAP%%lib/libldapbackend.la
%%WITHLDAP%%lib/libldapbackend.a
%%WITHLDAP%%@exec ln -fs libldapbackend.so.0 %D/lib/libldapbackend.so
%%WITHLDAP%%@unexec rm -f %D/lib/libldapbackend.so
%%RECURSOR%%sbin/pdns_recursor
@unexec if cmp -s %D/etc/pdns.conf %D/etc/pdns.conf-dist; then rm -f %D/etc/pdns.conf; fi
etc/pdns.conf-dist
@exec [ -f %B/pdns.conf ] || cp %B/%f %B/pdns.conf
%%PORTDOCS%%share/examples/powerdns/pdns.conf
%%PORTDOCS%%share/examples/powerdns/pdns_mysql.sql
%%PORTDOCS%%share/examples/powerdns/pdns_postgresql.sql
%%PORTDOCS%%@dirrm share/examples/powerdns