1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Use autoconf253 and automake-1.5 as dependencies.

This commit is contained in:
Kirill Ponomarev 2003-10-17 18:15:57 +00:00
parent 96a90e40e5
commit bc1512a131
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91522
2 changed files with 10 additions and 16 deletions

View File

@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= winfingerprint
MAINTAINER= krion@FreeBSD.org
COMMENT= Generates packets to match a list of Cisco PIX access lists
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel \
${LOCALBASE}/share/automake14/install-sh:${PORTSDIR}/devel/automake14
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
WRKSRC= ${WRKDIR}/pixilate
@ -23,16 +22,14 @@ CFLAGS+= `${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines`
CFLAGS+= -I${LOCALBASE}/include
LIBS= `${LIBNET_CONFIG} --libs`
GNU_CONFIGURE= yes
USE_AUTOCONF_VER= 253
USE_AUTOMAKE_VER= 15
AUTOMAKE_ARGS= --add-missing
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" CPPFLAGS="-I${LOCALBASE}/include"
MAN1= pixilate.1
pre-configure:
.for i in install-sh missing mkinstalldirs
@${LN} -sf ${LOCALBASE}/share/automake14/${i} ${WRKSRC}
.endfor
@${RM} -f ${WRKSRC}/config.cache
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}

View File

@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= winfingerprint
MAINTAINER= krion@FreeBSD.org
COMMENT= Generates packets to match a list of Cisco PIX access lists
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel \
${LOCALBASE}/share/automake14/install-sh:${PORTSDIR}/devel/automake14
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
WRKSRC= ${WRKDIR}/pixilate
@ -23,16 +22,14 @@ CFLAGS+= `${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines`
CFLAGS+= -I${LOCALBASE}/include
LIBS= `${LIBNET_CONFIG} --libs`
GNU_CONFIGURE= yes
USE_AUTOCONF_VER= 253
USE_AUTOMAKE_VER= 15
AUTOMAKE_ARGS= --add-missing
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" CPPFLAGS="-I${LOCALBASE}/include"
MAN1= pixilate.1
pre-configure:
.for i in install-sh missing mkinstalldirs
@${LN} -sf ${LOCALBASE}/share/automake14/${i} ${WRKSRC}
.endfor
@${RM} -f ${WRKSRC}/config.cache
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}