ef98c9ee2e
takeover MAINTAINERSHIP, clean the patches, update the DESCR and finally, upgrade to 0.9.7.0a. espie@ OK.
32 lines
649 B
Makefile
32 lines
649 B
Makefile
# $OpenBSD: Makefile,v 1.19 2001/04/10 14:59:15 lebel Exp $
|
|
|
|
COMMENT= "SLang-based newsreader"
|
|
|
|
DISTNAME= slrn-0.9.7.0a
|
|
CATEGORIES= news
|
|
NEED_VERSION= 1.364
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= slrn
|
|
HOMEPAGE= http://www.slrn.org/
|
|
|
|
MAINTAINER= David Lebel <lebel@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
LIB_DEPENDS= slang.::devel/libslang
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
do-install:
|
|
@cd ${WRKBUILD}/src && make ${FAKE_FLAGS} install
|
|
|
|
post-install:
|
|
@mv -f ${PREFIX}/doc/slrn ${PREFIX}/share/doc/slrn
|
|
@rmdir ${PREFIX}/doc
|
|
|
|
.include <bsd.port.mk>
|