diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-10-05 17:20:25 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-10-05 17:20:25 +0000 |
commit | fbc20d300d8261baf8586d05dc71908606bebed0 (patch) | |
tree | 67c455a3788f9589fd8a61137b6a2021a469e87f /Mk/bsd.linux-rpm.mk | |
parent | 1bf8772babb8539f3d5c6894151f3cafcd12202b (diff) | |
download | ports-fbc20d300d8261baf8586d05dc71908606bebed0.tar.gz ports-fbc20d300d8261baf8586d05dc71908606bebed0.zip |
Notes
Diffstat (limited to 'Mk/bsd.linux-rpm.mk')
-rw-r--r-- | Mk/bsd.linux-rpm.mk | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/Mk/bsd.linux-rpm.mk b/Mk/bsd.linux-rpm.mk index b6f3ce1fd22f..394a544c2ed7 100644 --- a/Mk/bsd.linux-rpm.mk +++ b/Mk/bsd.linux-rpm.mk @@ -1,32 +1,32 @@ #-*- mode: Makefile; tab-width: 4; -*- # ex:ts=4 # -# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.linux-rpm.mk,v 1.10 2006-10-02 14:00:45 vd Exp $ +# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.linux-rpm.mk,v 1.11 2006-10-05 17:20:25 bsam Exp $ # # Variables: -# - LINUX_DIST: Will be used to set some dist-specific presets. -# Valid values: fedora -# - LINUX_DIST_VER: Use depends upon the dist-specific presets. -# Valid values for "fedora": all version numbers -# e.g. 3 for fedora core 3, 4 for fedora core 4 -# This is used to set MASTER_SITE_{,SRC_}SUBDIR -# if it isn't already set. -# - MASTER_SITE_SRC_SUBDIR: The subdir for the src RPM's. -# - DISTFILES: For simple cases this will be set automatically -# based upon the DISTNAME. -# - SRC_DISTFILES: Variable which contains the corresponding src RPM's. -# If there's no corresponding src RPM, it has to be -# set to the empty value (SRC_DISTFILES= ""). -# - AUTOMATIC_PLIST: Generate a dynamic plist (please have a look at the -# porters handbook section which talks about plists. -# This feature is reserved for rare cases). -# - BRANDELF_DIRS: A list of directories with executables to brand -# as a linux executable. The directories has to not -# contain libraries. -# - BRANDELF_FILES: A list of files to brand as a linux executable in -# case BRANDELF_DIRS can't be used. - +# LINUX_DIST - Will be used to set some dist-specific presets. +# Valid values: fedora +# LINUX_DIST_VER - Use depends upon the dist-specific presets. +# Valid values for "fedora": all version numbers +# e.g. 3 for fedora core 3, 4 for fedora core 4 +# This is used to set MASTER_SITE_{,SRC_}SUBDIR +# if it isn't already set. +# MASTER_SITE_SRC_SUBDIR +# - The subdir for the src RPM's. +# DISTFILES - For simple cases this will be set automatically +# based upon the DISTNAME. +# SRC_DISTFILES - Variable which contains the corresponding src RPM's. +# If there's no corresponding src RPM, it has to be +# set to the empty value (SRC_DISTFILES= ""). +# AUTOMATIC_PLIST - Generate a dynamic plist (please have a look at the +# porters handbook section which talks about plists. +# This feature is reserved for rare cases). +# BRANDELF_DIRS - A list of directories with executables to brand +# as a linux executable. The directories has to not +# contain libraries. +# BRANDELF_FILES - A list of files to brand as a linux executable in +# case BRANDELF_DIRS can't be used. .if !defined(_POSTMKINCLUDED) && !defined(Linux_RPM_Pre_Include) |