17 lines
419 B
Makefile
17 lines
419 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/09/24 16:56:31 asau Exp $
|
|
|
|
DISTNAME= aeneas-1.2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=aeneas/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= schwarz@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/aeneas/
|
|
COMMENT= 3D Monte Carlo simulation software for submicron semiconductor devices
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_FEATURES+= getopt_long
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|