1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/cad/qucs/Makefile
Shaun Amott 3b82e70435 Fix build on 4.x.
Reported by:	pointyhat via kris
2006-08-08 01:16:35 +00:00

36 lines
760 B
Makefile

# New ports collection makefile for: qucs
# Date created: 2005-06-11
# Whom: des
#
# $FreeBSD$
#
PORTNAME= qucs
PORTVERSION= 0.0.9
CATEGORIES= cad science
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical circuit design and simulation tool
USE_QT_VER= 3
USE_GNOME= gnometarget
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= qucs.1 qucsator.1 qucsconv.1 qucsdigi.1 qucsedit.1 \
qucsfilter.1 qucshelp.1 qucslib.1 qucstrans.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
EXTRA_PATCHES= ${FILESDIR}/extrapatch-qucs-core_src_evaluate.cpp
.endif
post-patch:
@${REINPLACE_CMD} -e 's#qucsdigi\.bat##g' \
${WRKSRC}/qucs/Makefile*
.include <bsd.port.post.mk>