22 lines
538 B
Makefile
22 lines
538 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2003/08/21 12:58:01 grange Exp $
|
||
|
# $RuOBSD: Makefile,v 1.7 2003/08/18 18:40:14 grange Exp $
|
||
|
|
||
|
COMMENT= "Bohlin's IrDA utilities"
|
||
|
|
||
|
DISTNAME= birda-1.1
|
||
|
CATEGORIES= comms
|
||
|
MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/
|
||
|
|
||
|
MAINTAINER= Alexander Yurchenko <grange@openbsd.org>
|
||
|
|
||
|
# BSD
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
FAKE_FLAGS= PREFIX="${LOCALBASE}" MANDIR="${LOCALBASE}/man/cat" \
|
||
|
LIBDIR="${LOCALBASE}/lib"
|
||
|
|
||
|
.include <bsd.port.mk>
|