SUBDIR=	libbluetooth libsdp

install-distfiles: distfiles
	d=`date +%Y%m%d`; install -m 644 bluetooth-libs-$$d.tar.gz \
	    /usr/ports/distfiles/bluetooth-libs-$$d.tar.gz

distfiles: cleandir
	d=`date +%Y%m%d`; tar -czf bluetooth-libs-$$d.tar.gz \
	    -s,^,bluetooth-libs-$$d/, Makefile examples ${SUBDIR}

.include <bsd.subdir.mk>
