df2b3a72c4
sb16config is a configuration utility for Granch SBNI16-SHDSL PCI modems.
29 lines
646 B
Makefile
29 lines
646 B
Makefile
# New ports collection makefile for: smbfs
|
|
# Date created: 2th Dec 2000
|
|
# Whom: Jaedoc Lee <tokky@fdns.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sb16config
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.granch.ru/pub/drivers/sbni16/freebsd/sb16config/
|
|
DISTFILES= sb16config.c.gz sb16config.8.gz
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= fjoe@freebsd.org
|
|
COMMENT= Configuration utility for Granch SBNI16-SHDSL PCI modems
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_PACKAGE= "Depends on kernel"
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
post-extract:
|
|
.for _i in ${DISTFILES}
|
|
@${GZCAT} ${DISTDIR}/${_i} >${WRKDIR}/${_i:R}
|
|
.endfor
|
|
@${CP} ${FILESDIR}/Makefile ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|