1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/libpdtp/Makefile
Jun Kuriyama aae10343bf Add libpdtp 0.1.20040325, client library for Peer Distributed Transfer
Protocol (PDTP).

XXX: This is for my evaluation purpose, not intended to be used by
     public.  :-)
2004-04-05 02:31:32 +00:00

26 lines
558 B
Makefile

# New ports collection makefile for: libpdtp
# Date created: 5 Apr 2004
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libpdtp
PORTVERSION= 0.1.20040325
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libpdtp
DISTNAME= ${PORTNAME}-M1-pre2
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Client library for Peer Distributed Transfer Protocol (PDTP)
WRKSRC= ${WRKDIR}/${PORTNAME}
HAS_CONFIGURE= yes
INSTALLS_SHLIB= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/libpdtp.* ${PREFIX}/lib
.include <bsd.port.mk>