opnsense-ports/devel/libbegemot/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

25 lines
549 B
Makefile

# Created by: Andrey V. Elsukov <bu7cher@yandex.ru>
# $FreeBSD$
PORTNAME= libbegemot
PORTVERSION= 1.11
PORTREVISION= 5
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
USES= gmake libtool
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libbegemot.so
.include <bsd.port.mk>