6e302ef136
Mark packages that don't or might probably not have staged installation.
30 lines
715 B
Makefile
30 lines
715 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/10/07 14:53:42 asau Exp $
|
|
#
|
|
|
|
DISTNAME= qucs-0.0.13
|
|
PKGREVISION= 2
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qucs/}
|
|
SUBDIR+= qucs
|
|
|
|
MAINTAINER= 10.50@free.fr
|
|
HOMEPAGE= http://qucs.sourceforge.net/
|
|
COMMENT= Microwave and IC-design oriented EDS tool
|
|
|
|
DEPENDS+= flex>=2.5.34:../../devel/flex
|
|
DEPENDS+= adms>=2.2.8:../../wip/adms
|
|
|
|
PKG_DESTDIR_SUPPORT= none
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_TOOLS+= gmake bison sed awk grep
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= c c++
|
|
INFO_FILES= yes
|
|
|
|
.include "../../x11/qt3-libs/buildlink3.mk"
|
|
.include "../../x11/qt3-tools/buildlink3.mk"
|
|
.include "../../devel/gperf/buildlink3.mk"
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|