1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/cad/adms/Makefile
Dmitry Marakasov fe3bf421d9 - Update to 2.3.2 (fixing fetch)
- Switch to USES=libtool, drop .la files
- Strup libraries
2014-07-22 22:14:32 +00:00

22 lines
456 B
Makefile

# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
# $FreeBSD$
PORTNAME= adms
PORTVERSION= 2.3.2
CATEGORIES= cad
MASTER_SITES= SF/mot-${PORTNAME}/${PORTNAME}-source/${PORTVERSION:R}
MAINTAINER= ports@FreeBSD.org
COMMENT= Model generator for SPICE simulators
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= bison gmake libtool pkgconfig
USE_GNOME= glib20
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>