=================================================================== RCS file: /cvsrepo/anoncvs/cvs/ports/Attic/Makefile.template,v retrieving revision 1.1 retrieving revision 1.4 diff -u -r1.1 -r1.4 --- ports/Attic/Makefile.template 1999/03/01 00:14:07 1.1 +++ ports/Attic/Makefile.template 1999/04/08 18:54:55 1.4 @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile.template,v 1.1 1999/03/01 00:14:07 marc Exp $ +# $OpenBSD: Makefile.template,v 1.4 1999/04/08 18:54:55 marc Exp $ +# $FreeBSD/NetBSD: credit FreeBSD/NetBSD if thats where the port came from $ +# Original from: credit the original author here # # Replace ??? with appropriate values # Remove extraneous comments before commit. @@ -51,7 +53,9 @@ # build/configuration variables # -#SEPARATE_BUILD= yes (requires bsd.port.mk 1.71 or later) +# requires bsd.port.mk 1.71 or later +#SEPARATE_BUILD= concurrent (build simultaneously on all arches) +#SEPARATE_BUILD= simple (configure/build still recreates files in source) #USE_EGCC= yes #USE_EGXX= yes #USE_GMAKE= yes @@ -61,10 +65,7 @@ #GNU_CONFIGURE= yes (assumed if USE_AUTOCONF is yes) #HAS_CONFIGURE= yes (assumed if GNU_CONFIGURE is yes) #CONFIGURE_SCRIPT= ??? (if other than configure) -#.if !defined(NO_SHARED_LIBS) -#CONFIGURE_ARGS+= --enable-shared -#.endif -#CONFIGURE_ARGS+= --enable-static +#CONFIGURE_ARGS+= ${CONFIGURE_SHARED} #CONFIGURE_ENV= ??? # Things that we don't want to do for this port/package