openbsd-ports/cad/necpp/Makefile

30 lines
618 B
Makefile
Raw Normal View History

2010-10-23 14:35:23 -04:00
# $OpenBSD: Makefile,v 1.7 2010/10/23 18:35:23 sthen Exp $
COMMENT= NEC2++ antenna simulator
DISTNAME= necpp-1.2.3
2010-10-23 14:35:23 -04:00
REVISION= 2
CATEGORIES= cad hamradio
HOMEPAGE= http://elec.otago.ac.nz/w/index.php/Necpp
MASTER_SITES= http://openbsd.dead-parrot.de/distfiles/
2007-05-28 16:05:29 -04:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=gnu
SHARED_LIBS=necpp 0.0
WANTLIB=c m stdc++
USE_LIBTOOL=Yes
post-install:
2007-06-23 10:12:23 -04:00
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/necpp
${INSTALL_DATA} ${WRKSRC}/test_data/* ${PREFIX}/share/examples/necpp
.include <bsd.port.mk>