mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
aae10343bf
Protocol (PDTP). XXX: This is for my evaluation purpose, not intended to be used by public. :-)
26 lines
558 B
Makefile
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>
|