Files

26 lines
509 B
Makefile
Raw Permalink Normal View History

COMMENT= NEC2++ antenna simulator
DISTNAME= necpp-1.2.3
2018-11-18 20:07:15 +00:00
REVISION = 8
CATEGORIES= cad hamradio
HOMEPAGE= http://elec.otago.ac.nz/w/index.php/Necpp
2023-09-19 15:16:35 +00:00
SITES= https://openbsd.dead-parrot.de/distfiles/
2007-05-28 20:05:29 +00:00
# GPL
PERMIT_PACKAGE= Yes
CONFIGURE_STYLE=gnu
SHARED_LIBS=necpp 0.0
2017-07-16 19:18:47 +00:00
WANTLIB=c m ${COMPILER_LIBCXX}
COMPILER = base-clang ports-gcc base-gcc
post-install:
2007-06-23 14:12:23 +00:00
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/necpp
${INSTALL_DATA} ${WRKSRC}/test_data/* ${PREFIX}/share/examples/necpp
.include <bsd.port.mk>