openbsd-ports/sysutils/wdsetup/Makefile

28 lines
620 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:41:33 espie Exp $
COMMENT= Western Digital and SMC ethernet card configuration program
DISTNAME= wdsetup-0.6b
PKGNAME= wdsetup-0.6b
CATEGORIES= sysutils
MAINTAINER= Todd Miller <millert@openbsd.org>
ONLY_FOR_ARCHS= i386
PERMIT_PACKAGE_CDROM= Yes
2004-12-20 05:35:34 -05:00
WANTLIB= c
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/system/network/drivers/
do-build:
${CC} ${CFLAGS} -o ${WRKSRC}/wdsetup ${WRKSRC}/wdsetup.c -li386
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
2002-10-28 14:53:43 -05:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wdsetup ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/wdsetup.8 ${PREFIX}/man/cat8/wdsetup.0
.include <bsd.port.mk>