aboutsummaryrefslogblamecommitdiff
path: root/devel/xc3sprog/Makefile
blob: 5f394db80bd08621c4d520f28f97f4135e756718 (plain) (tree)
1
2
3
4
5
6
                                                      
           


                        
                 








                                                                  
                     



                            
                   












                                                                           
# Created by: 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

NO_STAGE=	yes
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>