diff options
-rw-r--r-- | cad/simian/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/cad/simian/Makefile b/cad/simian/Makefile index e7a627cd8eb..4f5884131c7 100644 --- a/cad/simian/Makefile +++ b/cad/simian/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:41 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/29 15:04:21 wiz Exp $ # DISTNAME= simian_12_98 @@ -10,12 +10,13 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://weewave.mer.utexas.edu/MED_files/MED_research/Intrcncts/SIMIAN_stuff/simian_links.html COMMENT= 2-dimensional interconnect and transmission line simulator -LICENSE= no-redistribution -RESTRICTED= "Personal use only" +LICENSE= simian-license +RESTRICTED= Redistribution for personal use only. NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} + USE_LANGUAGES= c++ GCC_REQD= 3.0 @@ -23,16 +24,8 @@ WRKSRC= ${WRKDIR}/Simian/src BUILD_TARGET= simian -INTERACTIVE_STAGE= fetch INSTALLATION_DIRS= bin -_FETCH_MESSAGE= \ - ${ECHO} '======================================================='; \ - ${ECHO} ' To build this package, please request a password on'; \ - ${ECHO} ' ${HOMEPAGE},'; \ - ${ECHO} ' with which to fetch "${DISTNAME}${EXTRACT_SUFX}" manually.'; \ - ${ECHO} '=======================================================' - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/simian ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/simian |