diff options
author | asami <asami@FreeBSD.org> | 1995-05-22 09:32:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-22 09:32:03 +0800 |
commit | 8e2f32d15e065471857cc852a0360409df94c8cb (patch) | |
tree | 58b160da63bae75261aee6225f922ae036cf6085 /comms/hylafax/Makefile | |
parent | 3e7eaf7b5cada71bc0c7c62b94543273bbd65d0d (diff) | |
download | freebsd-ports-gnome-8e2f32d15e065471857cc852a0360409df94c8cb.tar.gz freebsd-ports-gnome-8e2f32d15e065471857cc852a0360409df94c8cb.tar.zst freebsd-ports-gnome-8e2f32d15e065471857cc852a0360409df94c8cb.zip |
Reduce the brokenness of this port a little by adding
"EXTRACT_SUFX=-tar.gz" and taking out all the echo's in pre-fetch
that complains how it doesn't work. Reorder some variables, take
out the numerous KEYWORD lines, etc.
This port is still broken rather badly. For starters, there are 17
chunks of failing patches.
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 29 |
1 files changed, 4 insertions, 25 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index ee21b428e586..5479a763f4e2 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -5,23 +5,12 @@ # To Replace: flexfax v2.3beta038special # Name changed from flexfax to hylafax by author of both: Sam Leffler. -MAINTAINER= jhs@FreeBSD.org DISTNAME= hylafax-v3.0pl0 PKGNAME= hylafax-3.0.0 -MASTER_SITES= ftp://ftp.sgi.com:sgi/fax/source/ CATEGORIES+= comms -KEYWORDS+= "fax modem" -KEYWORDS+= facsimile KEYWORDS+= fax -KEYWORDS+= fax2ps -KEYWORDS+= faxalter -KEYWORDS+= faxcover -KEYWORDS+= faxd -KEYWORDS+= faxgetty -KEYWORDS+= faxmail -KEYWORDS+= faxrm -KEYWORDS+= faxstat -KEYWORDS+= sendfax +MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/source/ +EXTRACT_SUFX= -tar.gz HAS_CONFIGURE= yes INSTALL= "sh port/install.sh" @@ -36,6 +25,8 @@ INSTALL= "sh port/install.sh" # but instead I reset it to what Hylafax wants. # As this is still insufficient, See also patches/patch-ad. +MAINTAINER= jhs@FreeBSD.org + .if !exists(patches/patch-ab) IS_INTERACTIVE= yes # patches/patch-ab makes this BATCH compilable, @@ -70,18 +61,6 @@ FAXCOVER?= /etc/faxcover.ps # ------------------------------------------------------------------------------ -pre-fetch: - @# Ref. ${DISTNAME} ... - @echo "Warning - Original distribution is:" - @echo " ftp://ftp.sgi.com/sgi/fax/source/hylafax-v3.0pl0-tar.gz" - @echo "but /usr/share/mk/bsd.port*mk expects something.tar.gz, and " - @echo "will not allow something-tar.gz, " - @# Perhaps asami@freebsd.org can be persuaded to investigate ? - @echo -n "so until someone enhances" - @echo "FreeBSD make macros, do this:" - @echo -n " cd /usr/ports/distfiles ; " - @echo "ln -s hylafax-v3.0pl0-tar.gz hylafax-v3.0pl0.tar.gz" - post-configure: .if exists(${FAXCOVER}) @echo I see you have ${FAXCOVER}, |