17b9c8527a
* support configuration file removal
30 lines
643 B
Makefile
30 lines
643 B
Makefile
# $OpenBSD: Makefile,v 1.5 2003/08/22 16:23:09 naddy Exp $
|
|
|
|
COMMENT= "curses-based emulator for the Wyse 60 terminal"
|
|
|
|
DISTNAME= wy60-2.0.8
|
|
CATEGORIES= comms
|
|
HOMEPAGE= http://gutschke.com/wy60/
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.if ${MACHINE_ARCH} == "sparc64"
|
|
PATCH_LIST= patch-* gcc-*
|
|
.endif
|
|
|
|
MASTER_SITES= ${HOMEPAGE}html/archive/
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wy60
|
|
${INSTALL_DATA} ${WRKSRC}/wy60.rc ${PREFIX}/share/examples/wy60/
|
|
|
|
.include <bsd.port.mk>
|