blob: 3f0c99e6fcefdd67b5cd26e11e1ed3e12f2e2693 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Sam Lawrance <boris@brooknet.com.au>
# $FreeBSD$
PORTNAME= libmimedir
PORTVERSION= 0.5.1
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for parsing RFC2425 MIME Directory Profile information
USES= bison desthack libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE=yes
post-patch:
${REINPLACE_CMD} -e 's/444/644/g' ${WRKSRC}/Makefile.in
regression-test:
cd ${WRKSRC} && ./test
.include <bsd.port.mk>
|