openbsd-ports/news/slrn/Makefile
espie 2da58bdddf Chris is doing other things, and doesn't currently have time to maintain
ports -> revert these to default MAINTAINER.
2001-04-10 14:01:19 +00:00

28 lines
601 B
Makefile

# $OpenBSD: Makefile,v 1.18 2001/04/10 14:01:20 espie Exp $
DISTNAME= slrn-0.9.6.3
CATEGORIES= news
NEED_VERSION= 1.310
MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ \
ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/slrn/
HOMEPAGE= http://www.slrn.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>