freebsd-ports/science/simlib/Makefile
Kirill Ponomarev 344d59f9f0 Support NO_WRKSUBDIR properly
PR:		ports/75631
Submitted by:	Ports Fury
2004-12-30 09:33:04 +00:00

26 lines
542 B
Makefile

# Ports collection makefile for: simlib
# Whom: Pav Lucistnik <pav@FreeBSD.org>
# Date created: 26 Nov 2004
#
# $FreeBSD$
#
PORTNAME= simlib
PORTVERSION= 2.18.20041107
CATEGORIES= science
MASTER_SITES= http://www.fit.vutbr.cz/~peringer/SIMLIB/source/
DISTNAME= SIMLIB-${PORTVERSION:S/.200/-200/}
MAINTAINER= ports@FreeBSD.org
COMMENT= SIMulation LIBrary for C++ programming language
NO_WRKSUBDIR= yes
USE_GMAKE= yes
MAKEFILE= Makefile.FreeBSD
INSTALL_TARGET= _install
# not 64bit ready
ONLY_FOR_ARCHS= i386
.include <bsd.port.mk>