40b65a0142
- move the database creation instructions to the correct place. - regen patches. - bump PKGNAMEs. "looks ok" alek@
17 lines
373 B
Makefile
17 lines
373 B
Makefile
# $OpenBSD: Makefile,v 1.3 2006/07/26 07:07:16 aanriot Exp $
|
|
|
|
COMMENT= "Prelude manager"
|
|
|
|
DISTNAME= prelude-manager-0.9.5
|
|
PKGNAME= ${DISTNAME}p0
|
|
|
|
WANTLIB= c gcrypt gnutls gpg-error m prelude preludedb pthread z
|
|
MODULES= devel/gettext
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
LIB_DEPENDS= xml2.9::textproc/libxml \
|
|
preludedb.3.1::security/prelude/libpreludedb
|
|
|
|
.include <bsd.port.mk>
|