openbsd-ports/net/ucspi-unix/Makefile
kevlo 7090a95e9d Initial import of ucspi-unix 0.33
ucspi-unix is tools for building unix domain socket client/servers.

Submitted by:	Anil Madhavapeddy, <anil@recoil.org>
2000-08-14 08:02:41 +00:00

31 lines
752 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2000/08/14 08:02:41 kevlo Exp $
DISTNAME= ucspi-unix-0.33
CATEGORIES= net
NEED_VERSION= 1.319
HOMEPAGE= http://em.ca/~bruceg/ucspi-unix/
MAINTAINER= anil@recoil.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://em.ca/~bruceg/ucspi-unix/0.33/
DOCFILES= TODO README PROTOCOL NEWS
BINFILES= unixserver unixclient
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ucspi-unix
${INSTALL_SCRIPT} ${WRKSRC}/unixcat ${PREFIX}/bin
.for f in ${BINFILES}
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
.endfor
.for f in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/ucspi-unix
.endfor
.include <bsd.port.mk>