mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
27 lines
474 B
Makefile
27 lines
474 B
Makefile
# New ports collection makefile for: upslug
|
|
# Date created: 1 October 2008
|
|
# Whom: Bruce M. Simpson <bms@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= upslug
|
|
PORTVERSION= 2.11
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/nslu/UpSlug2/${PORTNAME}2-11
|
|
DISTNAME= upslug2-11
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Firmware upload tool for Linksys NSLU2
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-libpcap
|
|
|
|
NO_MAN= defined
|
|
|
|
PLIST_FILES= sbin/upslug2
|
|
|
|
.include <bsd.port.mk>
|