1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/misc/ezload/Makefile
Nick Hibma 14d79b74e7 Update to 0.2 of the EZ tools.
- Supports Linux now too (Brad.Hards@dao.defence.gov.au)
- mupdated firmware for the ActiveWire board (bug fixes)
- make the aw board work with CURRENT again.
1999-11-02 00:28:34 +00:00

27 lines
497 B
Makefile

# New ports collection makefile for: ezload
# Version required: 0.2
# Date created: 14 august 1999
# Whom: n_hibma
#
# $FreeBSD$
#
DISTNAME= ezload-0.2
CATEGORIES= misc
MASTER_SITES= http://www.etla.net/~n_hibma/usb/
MAINTAINER= n_hibma@FreeBSD.ORG
MAN8= ezupload.8 ezdownload.8 aw.8
MANCOMPRESSED= yes
MAKE_ENV= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400000
IGNORE= 'This port only works on 4.x+'
.endif
.include <bsd.port.post.mk>