summaryrefslogtreecommitdiff
path: root/devel/libmimedir/Makefile
blob: 7b48168d5855044e1b27ff49378ed1bd96fa6fed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for: 	libmimedir
# Date created:                March 2004
# Whom:                        Sam Lawrance <boris@brooknet.com.au>
#
# $FreeBSD$

PORTNAME=	libmimedir
PORTVERSION=	0.5.1
CATEGORIES=	devel
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Library for parsing RFC2425 MIME Directory Profile information

USE_GNOME=	gnometarget
USE_BISON=	build
USE_AUTOTOOLS=	libtool:22
USE_LDCONFIG=	yes

regression-test:
	cd ${WRKSRC} && ./test

.include <bsd.port.mk>