aboutsummaryrefslogtreecommitdiffstats
path: root/net/libpdtp/Makefile
blob: aaffd1f2b7120a220385febc817483e33bac5085 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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>