aboutsummaryrefslogtreecommitdiffstats
path: root/net/uplog/Makefile
blob: ba76338c3cb5f90255b016bfc38e7ffe077f7a8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    uplog
# Date created:             16.06.2003
# Whom:                 Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#

PORTNAME=   uplog
PORTVERSION=    0.2
CATEGORIES= net
MASTER_SITES=   http://www.nerdlabs.org/downloads/${PORTNAME}/

MAINTAINER= krion@FreeBSD.org
COMMENT=    UDP-based ping programm

USE_GETOPT_LONG=    yes
USE_REINPLACE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

post-patch:
    ${REINPLACE_CMD} -e \
    's|#include <malloc.h>||g' \
        ${WRKSRC}/${PORTNAME}.c

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for i in README
    ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
4a9fc032b089287e7'>Update gnulib to 20100829 releasejohans2010-09-062-5/+4 * - Don't preserve owner/group of installed filesjohans2010-08-141-2/+2 * Remove dependency on bash: it is no longer requiredjohans2010-07-151-4/+1 * Update to the 20100704 releasejohans2010-07-062-4/+4 * Refuse installation when NOPORTDATA is setjohans2010-04-271-0/+4 * Update to latest releasejohans2010-04-272-4/+4 * Fix installation on FreeBSD 6.x which doesn't have 'cp -a'johans2010-04-021-1/+1