freebsd-ports/devel/libmimedir/Makefile
Baptiste Daroussin 9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00

19 lines
414 B
Makefile

# 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
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
regression-test:
cd ${WRKSRC} && ./test
.include <bsd.port.mk>