79605cf0a3
- mention the need for an entry to be added to /etc/services manually - create (empty) log file directory - add proper deinstall steps for above based on a diff from wilfried
31 lines
660 B
Makefile
31 lines
660 B
Makefile
# $OpenBSD: Makefile,v 1.24 2003/07/09 07:17:15 pvalchev Exp $
|
|
|
|
COMMENT= "manage remote serial consoles via TCP/IP"
|
|
|
|
DISTNAME= conserver-7.2.7
|
|
CATEGORIES= comms
|
|
|
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
|
|
|
HOMEPAGE= http://www.conserver.com
|
|
|
|
# License: BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://ftp.conserver.com/conserver/
|
|
|
|
AUTOCONF_NEW= Yes
|
|
CONFIGURE_STYLE= autoconf
|
|
CONFIGURE_ARGS= --with-64bit \
|
|
--with-master=localhost
|
|
|
|
REGRESS_TARGET= test
|
|
|
|
post-install:
|
|
@${INSTALL_DATA} ${FILESDIR}/README.OpenBSD ${PREFIX}/share/examples/conserver
|
|
|
|
.include <bsd.port.mk>
|