mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add stage support
- Add one additional site in MASTER_SITES - Add LICENSE - Convert USE_GMAKE to USES (while here) - Remove the indefinite article from COMMENT PR: ports/184317 Submitted by: Ilya A. Arkhipov <rum1cro@yandex.ru>
This commit is contained in:
parent
f723f75de5
commit
d7ed8c8d14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334993
2 changed files with 28 additions and 11 deletions
|
@ -5,23 +5,26 @@ PORTNAME= libbegemot
|
|||
PORTVERSION= 1.11
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/
|
||||
DISTNAME= libbegemot-${PORTVERSION}
|
||||
MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/ \
|
||||
http://m1cro.tk/ports/distfiles/libbegemot/
|
||||
|
||||
MAINTAINER= rum1cro@yandex.ru
|
||||
COMMENT= A function library for begemot tools
|
||||
COMMENT= Function library for begemot tools
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_NAME= FreeBSD BSD Variant (2 clause BSD)
|
||||
LICENSE_FILE= ${WRKDIR}/libbegemot-${PORTVERSION}/COPYRIGHT
|
||||
LICENSE_PERMS= auto-accept
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
USE_AUTOTOOLS= automake:env autoconf:env libltdl libtool
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= cstrc.1 frame.1 getfields.1 intro.1 panic.1 prstat.1 readline.1 \
|
||||
MAN_FILES= cstrc.1 frame.1 getfields.1 intro.1 panic.1 prstat.1 readline.1 \
|
||||
rpoll.1 strnchr.1 strnlen.1 strsave.1 strtrimsp.1 verb.1 xalloc.1
|
||||
MLINKS= xalloc.1 xrealloc.1
|
||||
|
||||
NO_STAGE= yes
|
||||
run-autotools::
|
||||
@(cd ${CONFIGURE_WRKSRC} && ${ACLOCAL} -I ${LIBTOOL_SHAREDIR}/libltdl/)
|
||||
@(cd ${CONFIGURE_WRKSRC} && ${AUTOCONF})
|
||||
|
@ -30,9 +33,9 @@ run-autotools::
|
|||
${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
.for i in ${MAN1}
|
||||
.for i in ${MAN_FILES}
|
||||
@${CP} ${WRKSRC}/${i:S/.1/.man/} ${WRKSRC}/${i}
|
||||
${INSTALL_MAN} ${WRKSRC}/${i} ${MANPREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +1,20 @@
|
|||
include/begemot.h
|
||||
include/rpoll.h
|
||||
lib/libbegemot.a
|
||||
lib/libbegemot.la
|
||||
lib/libbegemot.so
|
||||
lib/libbegemot.so.1
|
||||
include/begemot.h
|
||||
include/rpoll.h
|
||||
man/man1/cstrc.1.gz
|
||||
man/man1/frame.1.gz
|
||||
man/man1/getfields.1.gz
|
||||
man/man1/intro.1.gz
|
||||
man/man1/panic.1.gz
|
||||
man/man1/prstat.1.gz
|
||||
man/man1/readline.1.gz
|
||||
man/man1/rpoll.1.gz
|
||||
man/man1/strnchr.1.gz
|
||||
man/man1/strnlen.1.gz
|
||||
man/man1/strsave.1.gz
|
||||
man/man1/strtrimsp.1.gz
|
||||
man/man1/verb.1.gz
|
||||
man/man1/xalloc.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue