mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
403508f875
- Strip libraries
26 lines
459 B
Makefile
26 lines
459 B
Makefile
# Created by: Mark Starovoytov <mark_sf@kikg.ifmo.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libsieve
|
|
PORTVERSION= 2.3.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= GHC
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library for parsing, sorting, and filtering mail
|
|
|
|
LICENSE= LGPL21
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sodabrew
|
|
|
|
USES= bison gmake libtool pathfix
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|