openbsd-ports/cad/necpp/Makefile
kili e6f5e8753b Yet another web site that's too stupid to return a proper 404.
Fix homepage, mirror the distfile on my machine, bump.

http://alioth.debian.org/projects/necpp/ seems to host the
distfiles now, but only newer versions.
2009-08-26 13:22:20 +00:00

32 lines
674 B
Makefile

# $OpenBSD: Makefile,v 1.5 2009/08/26 13:22:20 kili Exp $
COMMENT= NEC2++ antenna simulator
DISTNAME= necpp-1.2.3
PKGNAME= ${DISTNAME}p1
CATEGORIES= cad hamradio
HOMEPAGE= http://elec.otago.ac.nz/w/index.php/Necpp
MASTER_SITES= http://openbsd.dead-parrot.de/distfiles/
MAINTAINER= Jason Wright <jason@openbsd.org>
# 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:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/necpp
${INSTALL_DATA} ${WRKSRC}/test_data/* ${PREFIX}/share/examples/necpp
.include <bsd.port.mk>