1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Remove 5.x support.

PR:		ports/124941
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
This commit is contained in:
Marcelo Araujo 2008-06-25 01:09:33 +00:00
parent f73e0143bb
commit 69759d4b85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215743

View File

@ -18,14 +18,6 @@ NO_WRKSUBDIR= yes
PLIST_FILES= bin/unmakeself
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 502103
BUILD_DEPENDS+= ${LOCALBASE}/lib/libarchive.a:${PORTSDIR}/archivers/libarchive
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.endif
do-configure:
@${RM} -f ${WRKSRC}/config.h
@if ${GREP} -q memmem /usr/include/string.h; then \
@ -41,4 +33,4 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unmakeself ${PREFIX}/bin
.include <bsd.port.post.mk>
.include <bsd.port.mk>