mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Fix "deficiencies" in Makefile
PR: 36664 Submitted by: maintainer
This commit is contained in:
parent
7ee3808a55
commit
8861f83e94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57228
@ -5,21 +5,26 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME=ifhp
|
||||
PORTVERSION=3.5.6
|
||||
PORTNAME= ifhp
|
||||
PORTVERSION= 3.5.7
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.lprng.com/pub/%SUBDIR%/ \
|
||||
ftp://ftp.cise.ufl.edu/pub/mirrors/%SUBDIR%/ \
|
||||
ftp://ftp.cs.umn.edu/pub/%SUBDIR%/ \
|
||||
ftp://ftp.informatik.uni-hamburg.de/pub/os/unix/utils/%SUBDIR%/ \
|
||||
ftp://ftp.uni-paderborn.de/pub/unix/printer/%SUBDIR%/
|
||||
ftp://ftp.cise.ufl.edu/pub/mirrors/%SUBDIR%/ \
|
||||
ftp://ftp.cs.umn.edu/pub/%SUBDIR%/ \
|
||||
ftp://ftp.informatik.uni-hamburg.de/pub/os/unix/utils/%SUBDIR%/ \
|
||||
ftp://ftp.uni-paderborn.de/pub/unix/printer/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= LPRng/ifhp
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER=papowell@astart.com
|
||||
|
||||
# RUN_DEPENDS=
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
CONFIGURE_ARGS= \
|
||||
--with-ldopts="-L${LOCALBASE}/lib" \
|
||||
--with-ccopts="-I${LOCALBASE}/include"
|
||||
.if defined(PREFIX)
|
||||
CONFIGURE_ARGS+= --prefix="${PREFIX}"
|
||||
.endif
|
||||
@ -27,14 +32,6 @@ MAINTAINER=papowell@astart.com
|
||||
CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}"
|
||||
.endif
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
CONFIGURE_ARGS+= \
|
||||
--with-ldopts="-L${LOCALBASE}/lib" \
|
||||
--with-ccopts="-I${LOCALBASE}/include"
|
||||
|
||||
MAN8=ifhp.8 textps.8
|
||||
|
||||
pre-everything::
|
||||
@ -48,7 +45,6 @@ pre-everything::
|
||||
${ECHO_MSG} "See the hier(7) man page for details of the FreeBSD file system"; \
|
||||
${ECHO_MSG} "layout. Configure is not equipped to determine the location of"; \
|
||||
${ECHO_MSG} 'man pages and defaults to $${PREFIX}/man, which is incorrect for FreeBSD.'; \
|
||||
exit 1; \
|
||||
fi
|
||||
@${ECHO_MSG} "Configuring with '${CONFIGURE_ARGS}'"
|
||||
|
||||
@ -60,6 +56,6 @@ post-install:
|
||||
do ${INSTALL_DATA} ${WRKSRC}/HOWTO/$$i ${DOCSDIR}; done
|
||||
.endfor
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${SED} -e "s!DOCSDIR!${DOCSDIR}/!" ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ifhp-3.5.6.tgz) = ca54cb1008c9d0cbb2aa767a1a4810fb
|
||||
MD5 (ifhp-3.5.7.tgz) = e2d36aeddc410dc57e22663265e33946
|
||||
|
@ -4,5 +4,5 @@ raster printers, supports conversion from one format to another,
|
||||
and can be used as a stand-alone print utility. It is the primary
|
||||
supported print filter for the LPRng print spooler.
|
||||
|
||||
WWW: http://www.lprng.com
|
||||
FTP: ftp://ftp.lprng.com
|
||||
WWW: http://www.lprng.com/
|
||||
FTP: ftp://ftp.lprng.com/
|
||||
|
@ -2,3 +2,10 @@ etc/ifhp.conf.sample
|
||||
libexec/filters/ifhp
|
||||
libexec/filters/textps
|
||||
libexec/filters/wrapper
|
||||
share/doc/ifhp/IFHP-HOWTO.html
|
||||
share/doc/ifhp/IFHP-HOWTO.pdf
|
||||
share/doc/ifhp/LPRng.jpg
|
||||
share/doc/ifhp/LPRngT-L.jpg
|
||||
share/doc/ifhp/LPRngT-S.jpg
|
||||
share/doc/ifhp/ifhp-S.jpg
|
||||
@dirrm share/doc/ifhp
|
||||
|
Loading…
Reference in New Issue
Block a user