pkgsrc-wip/ussp-push/Makefile
Thomas Klausner ad6cb11b6d "wip" is not a valid category -- please use the standard pkgsrc ones.
Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
2005-11-02 17:59:54 +00:00

20 lines
539 B
Makefile

# $NetBSD: Makefile,v 1.2 2005/11/02 18:00:32 thomasklausner Exp $
#
DISTNAME= ussp-push-0.4
CATEGORIES= comms
MASTER_SITES= http://xmailserver.org/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://xmailserver.org/ussp-push.html
COMMENT= OBEX object pusher for BlueZ
ONLY_FOR_PLATFORM= Linux-*-*
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ussp-push ${PREFIX}/bin
.include "../../devel/glib/buildlink3.mk"
.include "../../comms/openobex/buildlink3.mk"
.include "../../wip/bluez-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"