summaryrefslogtreecommitdiffstats
path: root/devel/xc3sprog/Makefile
blob: 725a45d038d41e5fc22c44163290cf9f87e80729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:	xc3sprog
# Date created:		15 May 2010
# Whom:			Wojciech A. Koszek <wkoszek@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	xc3sprog
PORTVERSION=	r449
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	http://FreeBSD.czest.pl/~wkoszek/ports/

MAINTAINER=	wkoszek@FreeBSD.org
COMMENT=	Free programmer for Xilinx Spartan S3E Starter Kit

LIB_DEPENDS=	ftdi:${PORTSDIR}/devel/libftdi
RUN_DEPENDS=	${LOCALBASE}/sbin/fxload:${PORTSDIR}/misc/fxload

USES=		cmake
ALL_TARGET=	xc3sprog

PLIST_FILES=	bin/xc3sprog

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/xc3sprog ${PREFIX}/bin

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.pre.mk>

.if (${OSVERSION} < 800069)
BROKEN=	doesn't build on FreeBSD prior libusb(8) integration to base system
.endif

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud