diff options
author | wiz <wiz> | 2005-09-29 15:04:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-09-29 15:04:21 +0000 |
commit | e5d2275374ec03e695b631021e1d76d6b554dca0 (patch) | |
tree | 05f850243570927c0051806d16c3e6cecac84c19 /cad | |
parent | 0352fa113c4d2fdfe80385769fc1c046202728ca (diff) | |
download | pkgsrc-e5d2275374ec03e695b631021e1d76d6b554dca0.tar.gz |
Use simian-license.
Distfile is automatically fetchable, remove INTERACTIVE_STAGE setting
and fetch message.
Diffstat (limited to 'cad')
-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 |