mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Conditionalize libgnugetopt dependencies.
PR: ports/47753 Submitted by: Ports Fury
This commit is contained in:
parent
adf17e7bcf
commit
2de69d0a5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74505
@ -15,17 +15,23 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX
|
||||
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
MAKEFILE= GNUmakefile
|
||||
ALL_TARGET= # empty
|
||||
|
||||
MAN1= catdvi.1
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.if !exists(/usr/include/getopt.h)
|
||||
LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
LDFLAGS+= -lgnugetopt
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/catdvi ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/catdvi.1 ${MANPREFIX}/man/man1
|
||||
|
Loading…
Reference in New Issue
Block a user