Makefile 528 B

1234567891011121314151617181920212223242526
  1. # $OpenBSD: Makefile,v 1.11 2017/04/10 11:45:24 sthen Exp $
  2. COMMENT= NEC2++ antenna simulator
  3. DISTNAME= necpp-1.2.3
  4. REVISION= 3
  5. CATEGORIES= cad hamradio
  6. HOMEPAGE= http://elec.otago.ac.nz/w/index.php/Necpp
  7. MASTER_SITES= http://openbsd.dead-parrot.de/distfiles/
  8. # GPL
  9. PERMIT_PACKAGE_CDROM= Yes
  10. CONFIGURE_STYLE=gnu
  11. SHARED_LIBS=necpp 0.0
  12. WANTLIB=c m ${LIBCXX}
  13. post-install:
  14. ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/necpp
  15. ${INSTALL_DATA} ${WRKSRC}/test_data/* ${PREFIX}/share/examples/necpp
  16. .include <bsd.port.mk>