2004-03-12 10:36:31 +01:00
|
|
|
# New ports collection makefile for: libmimedir
|
|
|
|
# Date created: March 2004
|
|
|
|
# Whom: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libmimedir
|
2006-11-03 12:35:16 +01:00
|
|
|
PORTVERSION= 0.5
|
2004-03-12 10:36:31 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2006-11-03 12:35:16 +01:00
|
|
|
MASTER_SITE_SUBDIR= libmimedir
|
2004-03-12 10:36:31 +01:00
|
|
|
|
2007-01-23 09:19:11 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-03-12 10:36:31 +01:00
|
|
|
COMMENT= Library for parsing RFC2425 MIME Directory Profile information
|
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-03-12 10:36:31 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-03-12 10:36:31 +01:00
|
|
|
USE_BISON= yes
|
2006-11-03 12:35:16 +01:00
|
|
|
USE_LDCONFIG= yes
|
2004-03-12 10:36:31 +01:00
|
|
|
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2006-11-03 12:35:16 +01:00
|
|
|
regression-test:
|
|
|
|
cd ${WRKSRC} && ./test
|
|
|
|
|
2004-03-12 10:36:31 +01:00
|
|
|
.include <bsd.port.mk>
|