diff options
Diffstat (limited to 'mk/bsd.pkg.defaults.mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index 9821daad572..58c956e3dde 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.108 2002/11/26 07:20:21 martti Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.109 2002/11/26 10:27:06 salo Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -335,6 +335,15 @@ PATCH_FUZZ_FACTOR?= -F0 # Possible: any Fortran compiler # Default: none +.if ${OPSYS} == "SunOS" +#IMAKE?= ${X11BASE}/bin/imake -DHasGcc2=YES -DHasGcc2ForCplusplus=YES +# Sun ONE Studio (formerly known as WorkShop and Forte) compliers can be used +# with: +#IMAKE?= ${X11BASE}/bin/imake +# Possible: any path and valid flags +# Default: ${X11BASE}/bin/imake -DHasGcc2=YES -DHasGcc2ForCplusplus=YES +.endif + PRE_ROOT_CMD?= ${TRUE} # Command to be run by normal user, just before becoming root (see # SU_CMD) to install the package. For example, "chmod -R o+w ${WRKDIR}" @@ -342,12 +351,6 @@ PRE_ROOT_CMD?= ${TRUE} # Possible: any shell commands # Default: none -#SAWFISH_THEMES= -# Specifies the DISTFILES for wm/sawfish-themes, to allow the user to choose -# which themes to install -# Possible: empty, any number of theme-name-[0-9]*.*.tar.gz -# Default: Set to include about 180 themes available on themes.freshmeat.net - SU_CMD?= ${ROOT_CMD} # Command to perform before "make install", if the user does not have # an effective uid of 0. A possible substitute is "sudo sh -c" @@ -1327,6 +1330,12 @@ RPM_DB_PREFIX?= /var/pkg # Possible: any valid location, e.g. ${LOCALBASE} # Default: /var/pkg +#SAWFISH_THEMES= +# Specifies the DISTFILES for wm/sawfish-themes, to allow the user to choose +# which themes to install +# Possible: empty, any number of theme-name-[0-9]*.*.tar.gz +# Default: Set to include about 180 themes available on themes.freshmeat.net + #SDL_USE_NAS= # Used in SDL package to enable use of the network audio system # Possible: defined, not defined |