mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
cf118ccf87
Reported by: lwhsu
19 lines
290 B
Makefile
19 lines
290 B
Makefile
PORTNAME= archimedes
|
|
DISTVERSION= 2.0.1
|
|
CATEGORIES= cad
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Semiconductor device simulation software
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|