fix WANTLIB, revisit linking issue later
This commit is contained in:
parent
6dc3872b96
commit
1aefc88089
@ -1,6 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2004/11/27 12:02:26 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2005/09/10 10:01:17 espie Exp $
|
||||
|
||||
DISTNAME= bogofilter-0.92.8
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
CATEGORIES= mail
|
||||
COMMENT= 'bayesian spam filter'
|
||||
@ -28,6 +29,7 @@ CONFIGURE_ENV+=LDFLAGS='-L${DB_LIB}'
|
||||
|
||||
CONFIGURE_ARGS+=--with-included-gsl
|
||||
|
||||
WANTLIB= c m
|
||||
|
||||
# GPL
|
||||
PERMIT_DISTFILES_CDROM=Yes
|
||||
@ -36,6 +38,7 @@ PERMIT_PACKAGE_CDROM=Yes
|
||||
PERMIT_PACKAGE_FTP=Yes
|
||||
|
||||
SAMPLEDIR=${PREFIX}/share/examples/bogofilter
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${SAMPLEDIR}
|
||||
mv ${WRKINST}${SYSCONFDIR}/bogofilter.cf.example ${SAMPLEDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user