diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-26 15:24:32 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-26 15:24:32 +0000 |
commit | 4fb9dbb840b1bc8331043ec8ff6c152bf4a1b6b9 (patch) | |
tree | ddc8f950f2dadb4f814fa9dd30646ced410dbccc /net/arprelease | |
parent | a05c27ef38fd431af527104fd83be0b784e886ea (diff) |
Notes
Diffstat (limited to 'net/arprelease')
-rw-r--r-- | net/arprelease/Makefile | 13 | ||||
-rw-r--r-- | net/arprelease/distinfo | 4 |
2 files changed, 10 insertions, 7 deletions
diff --git a/net/arprelease/Makefile b/net/arprelease/Makefile index 4eadc4a7e36e..e33adbb4050f 100644 --- a/net/arprelease/Makefile +++ b/net/arprelease/Makefile @@ -6,19 +6,22 @@ # PORTNAME= arprelease -PORTVERSION= 1.0 +PORTVERSION= 1.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= arprelease +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Libnet tool to flush arp cache entries from devices (eg. routers) -BUILD_DEPENDS= libnet-config:${PORTSDIR}/net/libnet +BUILD_DEPENDS= libnet-config:${PORTSDIR}/net/libnet-devel + +WRKSRC= ${WRKDIR}/${PORTNAME} -LIBNET_CONFIG= libnet-config PLIST_FILES= bin/arprelease +LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet-config + do-build: (cd ${WRKSRC} && \ ${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib \ @@ -26,6 +29,6 @@ do-build: `${LIBNET_CONFIG} --defines` `${LIBNET_CONFIG} --libs`) do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/arprelease ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/arprelease ${PREFIX}/bin .include <bsd.port.mk> diff --git a/net/arprelease/distinfo b/net/arprelease/distinfo index df5f2963fd04..2c4dc9df08b5 100644 --- a/net/arprelease/distinfo +++ b/net/arprelease/distinfo @@ -1,2 +1,2 @@ -MD5 (arprelease-1.0.tar.gz) = e9156537a8deb2a481333f7f7c31707f -SIZE (arprelease-1.0.tar.gz) = 7489 +MD5 (arprelease-1.2.tar.gz) = 23c967238d2d111cfcb61cfd3d27bf02 +SIZE (arprelease-1.2.tar.gz) = 7572 |