1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net/scdp/Makefile
Patrick Li fb81ec429a PERL -> REINPLACE_CMD
PR:		ports/40532
Submitted by:	maintainer
2002-07-14 18:51:45 +00:00

26 lines
560 B
Makefile

# New ports collection makefile for: scdp
# Date created: 14 September 2001
# Whom: arved@arved.de
#
# $FreeBSD$
PORTNAME= scdp
PORTVERSION= 1.0.b
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= scdp
DISTNAME= scdp-${PORTVERSION:S/.b/b/}
MAINTAINER= freebsdports@arved.de
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
post-patch:
${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/scdp.c
.include <bsd.port.mk>