mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Update to 1.2.1.
PR: 47488 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
97fa409249
commit
0ccde07932
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75503
@ -8,28 +8,25 @@
|
||||
#
|
||||
|
||||
PORTNAME= netrik
|
||||
PORTVERSION= 1.2.0
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 0
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -Wl,-rpath,${LOCALBASE}/lib
|
||||
LIBS= -L${LOCALBASE}/lib -lgnugetopt
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPLAGS}" LIBS="${LIBS}" #LDFLAGS="${LDFLAGS}"
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
.include "${.CURDIR}/manpages.mk"
|
||||
MAN1= netrik.1
|
||||
MAN5= netrikrc.5
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
.if !exists(/usr/include/getopt.h)
|
||||
LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib -lgnugetopt
|
||||
.endif
|
||||
|
||||
#EOF
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (netrik-1.2.0.tar.gz) = 2fab1684a45934495a873d7389ce237f
|
||||
MD5 (netrik-1.2.1.tar.gz) = 9bb324ea238718aaafe0789e74aa944a
|
||||
|
@ -1,2 +0,0 @@
|
||||
MAN1+= netrik.1
|
||||
MAN5+= netrikrc.5
|
Loading…
Reference in New Issue
Block a user