mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
27 lines
594 B
Makefile
27 lines
594 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.20040808
|
|
CATEGORIES= net-p2p
|
|
MASTER_SITES= http://dist.bsdlab.org/
|
|
DISTNAME= ${PORTNAME}-20040808
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Client library for Peer Distributed Transfer Protocol (PDTP)
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
HAS_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CFLAGS+= -fpic
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pdtp ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/libpdtp.* ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|