2012-06-24 00:43:59 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2012/06/23 22:43:59 dholland Exp $
|
2005-11-07 00:58:34 +01:00
|
|
|
|
|
|
|
DISTNAME= netpipes-4.2-export
|
|
|
|
PKGNAME= ${DISTNAME:S/-export//}
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://web.purplefrog.com/ftp/thoth/netpipes/
|
|
|
|
|
2006-03-14 17:00:40 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2005-11-07 00:58:34 +01:00
|
|
|
HOMEPAGE= http://web.purplefrog.com/~thoth/netpipes/netpipes.html
|
2005-12-05 21:49:47 +01:00
|
|
|
COMMENT= Utilities for communicating via sockets
|
2005-11-07 00:58:34 +01:00
|
|
|
|
2010-02-11 23:14:30 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2005-11-07 00:58:34 +01:00
|
|
|
WRKSRC= ${WRKDIR}
|
2005-11-07 03:48:50 +01:00
|
|
|
USE_TOOLS+= tbl
|
2005-11-07 00:58:34 +01:00
|
|
|
|
2005-12-05 21:49:47 +01:00
|
|
|
LIBS.SunOS+= -lsocket -lnsl
|
2012-06-24 00:43:59 +02:00
|
|
|
MAKE_ENV+= LIBS=${LIBS:Q}
|
2005-11-07 01:00:23 +01:00
|
|
|
|
2005-11-07 00:58:34 +01:00
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}
|
|
|
|
|
2005-11-07 03:48:50 +01:00
|
|
|
post-build:
|
2012-06-24 00:43:59 +02:00
|
|
|
.for f in faucet.1 hose.1
|
|
|
|
cd ${WRKSRC} && ${TBL} ${f} > ${f}.new && ${MV} -f ${f}.new ${f}
|
|
|
|
.endfor
|
2005-11-07 03:48:50 +01:00
|
|
|
|
2005-11-07 00:58:34 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|