|
Revision 3617, 0.6 kB
(checked in by marius, 3 years ago)
|
|
Updated SFP
|
| Line | |
|---|
| 1 | # 2.1.1 |
|---|
| 2 | # 20090809 |
|---|
| 3 | SF="TRUE" |
|---|
| 4 | SFP="$1/$1/$2" |
|---|
| 5 | HOMEURL="http://afick.sourceforge.net/" |
|---|
| 6 | |
|---|
| 7 | CONFIGURECMD="perl Makefile.pl" |
|---|
| 8 | DEPS="perl run-parts" |
|---|
| 9 | MAKE="FALSE" |
|---|
| 10 | PATCH="TRUE" |
|---|
| 11 | PATCHFILES="afick-afick.conf.patch" |
|---|
| 12 | POSTCONF="TRUE" |
|---|
| 13 | POSTCONFFILES="afick.sh" |
|---|
| 14 | URLEXT=".tgz" |
|---|
| 15 | |
|---|
| 16 | foo=$4 |
|---|
| 17 | if [ $foo ]; then |
|---|
| 18 | if [ $foo == 'x' ]; then |
|---|
| 19 | DEPS="perl perl-Tk run-parts X11" |
|---|
| 20 | INSTALLARGS="all" |
|---|
| 21 | PORTURL="http://www.hmug.org/pub/MacOS_X/X/Administration/System/afick/" |
|---|
| 22 | PRECONF="TRUE" |
|---|
| 23 | PRECONFFILES="fixperl.sh" |
|---|
| 24 | fi |
|---|
| 25 | else |
|---|
| 26 | INSTALLARGS="install-doc" |
|---|
| 27 | PORTURL="http://www.hmug.org/pub/MacOS_X/BSD/Administration/System/afick/" |
|---|
| 28 | fi |
|---|