mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
0a498c759a
pending PR (related to stage) With hat: portmgr
22 lines
432 B
Makefile
22 lines
432 B
Makefile
# Created by: Max Khon <fjoe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sbniconfig
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= sysutils
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Configurator for Granch SBNI12-xx adapters
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_PACKAGE= "Depends on kernel"
|
|
ONLY_FOR_ARCHS= i386
|
|
PLIST_FILES= bin/sbniconfig
|
|
|
|
NO_STAGE= yes
|
|
post-extract:
|
|
@${CP} ${FILESDIR}/Makefile ${FILESDIR}/sbniconfig.c ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|