mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
23 lines
524 B
Makefile
23 lines
524 B
Makefile
PORTNAME= libbegemot
|
|
PORTVERSION= 1.11
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/ \
|
|
http://m1cro.me/ports/distfiles/libbegemot/
|
|
|
|
MAINTAINER= rum1cro@yandex.ru
|
|
COMMENT= Function library for begemot tools
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
USES= gmake libtool
|
|
USE_LDCONFIG= yes
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libbegemot.so
|
|
|
|
.include <bsd.port.mk>
|