1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/devel/upslug/Makefile

28 lines
492 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= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nslu
DISTNAME= upslug2-11
MAINTAINER= bms@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>