blob: 6d8b1be986d5e5978d459e5a019280882699043f (
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
|
# 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>
|