2012-11-20 20:06:23 +01:00
|
|
|
# Created by: anarcat@anarcat.ath.cx
|
2007-09-07 06:54:24 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ledger-smb
|
|
|
|
PORTVERSION= 1.1.12
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 02:35:33 +01:00
|
|
|
PORTREVISION= 4
|
2007-09-07 06:54:24 +02:00
|
|
|
CATEGORIES= finance perl5
|
2015-12-29 00:22:45 +01:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Releases/archive-1.1/${PORTVERSION}
|
2007-09-07 06:54:24 +02:00
|
|
|
|
2012-11-20 20:06:23 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-06-10 09:39:01 +02:00
|
|
|
COMMENT= Double entry accounting system
|
2007-09-07 06:54:24 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2007-09-07 06:54:24 +02:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
2015-06-09 20:58:38 +02:00
|
|
|
NO_ARCH= yes
|
2007-09-07 06:54:24 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2013-08-03 09:52:55 +02:00
|
|
|
USES= shebangfix perl5
|
2013-07-25 19:45:09 +02:00
|
|
|
SHEBANG_FILES= *.pl locale/*/*.pl bin/*/*.pl utils/*/*.pl
|
2014-10-08 21:04:40 +02:00
|
|
|
PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
|
2013-07-25 19:54:26 +02:00
|
|
|
SUB_FILES= ${PORTNAME}-httpd.conf pkg-message
|
2007-09-07 06:54:24 +02:00
|
|
|
|
2015-06-09 20:58:38 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -i '' -e '1s|/bin/perl|${perl_CMD}|' ${WRKSRC}/bin/lynx/gl.pl
|
|
|
|
|
2007-09-07 06:54:24 +02:00
|
|
|
do-install:
|
|
|
|
@cd ${WRKDIR} ; \
|
2014-06-07 16:26:36 +02:00
|
|
|
${TAR} -cf - ${PORTNAME} | ( cd ${STAGEDIR}${PREFIX} ; ${TAR} xf - )
|
|
|
|
@cd ${STAGEDIR}${PREFIX}/${PORTNAME} ; \
|
2007-09-07 06:54:24 +02:00
|
|
|
${CHMOD} 711 users templates css spool
|
2014-06-07 16:26:36 +02:00
|
|
|
@${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-httpd.conf ${STAGEDIR}${PREFIX}/etc/
|
2007-09-07 06:54:24 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|