4587928acb
to the mine. ok sturm@ a while ago.
28 lines
731 B
Makefile
28 lines
731 B
Makefile
# $OpenBSD: Makefile,v 1.2 2005/09/06 18:59:19 grange Exp $
|
|
|
|
COMMENT= "bluetooth network libraries"
|
|
DISTNAME= bluetooth-libs-20050716
|
|
CATEGORIES= devel net
|
|
MAINTAINER= Alexander Yurchenko <grange@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.disorder.ru/openbsd/distfiles/
|
|
|
|
MAKE_ENV= LIBDIR=${TRUEPREFIX}/lib MANDIR=${TRUEPREFIX}/man/cat
|
|
NO_REGRESS= Yes
|
|
|
|
pre-build:
|
|
@perl -pi -e "s,%%SYSCONFDIR%%,${SYSCONFDIR},g" \
|
|
${WRKSRC}/libbluetooth/*.[ch3]
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/libbluetooth/bluetooth.h ${PREFIX}/include
|
|
${INSTALL_DATA} ${WRKSRC}/libsdp/sdp.h ${PREFIX}/include
|
|
|
|
.include <bsd.port.mk>
|