mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
32 lines
623 B
Makefile
32 lines
623 B
Makefile
COMMENT= addressbook program with mutt support
|
|
|
|
DISTNAME= abook-0.6.1
|
|
REVISION= 5
|
|
CATEGORIES= mail
|
|
|
|
HOMEPAGE= https://abook.sourceforge.net/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB = c curses iconv intl pthread readline
|
|
|
|
SITES= https://abook.sourceforge.net/devel/
|
|
|
|
LIB_DEPENDS= converters/libiconv \
|
|
devel/gettext,-runtime
|
|
|
|
CONFIGURE_STYLE= autoreconf
|
|
|
|
BUILD_DEPENDS= devel/gettext,-tools
|
|
AUTOCONF_VERSION= 2.69
|
|
AUTOMAKE_VERSION= 1.14
|
|
|
|
EXAMPLEDIR= ${PREFIX}/share/examples/abook/
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${EXAMPLEDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/sample.abookrc ${EXAMPLEDIR}
|
|
|
|
.include <bsd.port.mk>
|