47f6ba09b8
most likely will not get integrated back in ... removes unnecessary dependency on autoconf. - remove unnecessary CONFIGURE_ARGS - add HOMEPAGE to DESCR
24 lines
528 B
Makefile
24 lines
528 B
Makefile
# $OpenBSD: Makefile,v 1.6 2000/06/26 19:52:51 brad Exp $
|
|
# Original from: Jaakko Heinonen <jheinonen@bigfoot.com>
|
|
|
|
DISTNAME= abook-0.4.8
|
|
CATEGORIES= mail
|
|
NEED_VERSION= 1.308
|
|
MASTER_SITES= http://members.linuxstart.com/~jheinonen/abook/
|
|
|
|
HOMEPAGE= http://members.linuxstart.com/~jheinonen/abook/
|
|
|
|
MAINTAINER= reinhard@openbsd.org
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/bin/abook
|
|
|
|
.include <bsd.port.mk>
|