2001-10-05 22:15:44 +02:00
|
|
|
# New ports collection makefile for: scdp
|
|
|
|
# Date created: 14 September 2001
|
2002-10-22 15:28:29 +02:00
|
|
|
# Whom: arved@FreeBSD.org
|
2001-10-05 22:15:44 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= scdp
|
|
|
|
PORTVERSION= 1.0.b
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= scdp
|
2001-10-08 04:53:05 +02:00
|
|
|
DISTNAME= scdp-${PORTVERSION:S/.b/b/}
|
2001-10-05 22:15:44 +02:00
|
|
|
|
2002-10-22 15:28:29 +02:00
|
|
|
MAINTAINER= arved@FreeBSD.org
|
2001-10-05 22:15:44 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2002-07-14 20:51:45 +02:00
|
|
|
USE_REINPLACE= yes
|
2001-10-05 22:15:44 +02:00
|
|
|
|
|
|
|
post-patch:
|
2002-07-14 20:51:45 +02:00
|
|
|
${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/scdp.c
|
2001-10-05 22:15:44 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|