freebsd-ports/net-p2p/libpdtp/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 17:56:05 +00:00

26 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>