diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-11-03 11:35:16 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-11-03 11:35:16 +0000 |
commit | 043a40b425fcd0041093ffcabb20595b24bf1dcc (patch) | |
tree | c640e4289e33a877ee7c92f2238cf3db7213ab9b /devel/libmimedir/Makefile | |
parent | 68796a33f739dfd271a9ccbe158e8c293027bccc (diff) |
Notes
Diffstat (limited to 'devel/libmimedir/Makefile')
-rw-r--r-- | devel/libmimedir/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/libmimedir/Makefile b/devel/libmimedir/Makefile index d71a315f5f53..2bf66005d6bd 100644 --- a/devel/libmimedir/Makefile +++ b/devel/libmimedir/Makefile @@ -5,10 +5,10 @@ # $FreeBSD$ PORTNAME= libmimedir -PORTVERSION= 0.3 +PORTVERSION= 0.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= synce +MASTER_SITE_SUBDIR= libmimedir MAINTAINER= lawrance@FreeBSD.org COMMENT= Library for parsing RFC2425 MIME Directory Profile information @@ -16,7 +16,11 @@ COMMENT= Library for parsing RFC2425 MIME Directory Profile information GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_BISON= yes +USE_LDCONFIG= yes INSTALLS_SHLIB= yes +regression-test: + cd ${WRKSRC} && ./test + .include <bsd.port.mk> |