openbsd-ports/misc/vttest/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

27 lines
526 B
Makefile

# $OpenBSD: Makefile,v 1.6 2012/03/29 13:38:40 sthen Exp $
COMMENT= test VT100-type terminal
DISTNAME= vttest-20110705
CATEGORIES= misc
HOMEPAGE= http://invisible-island.net/vttest/vttest.html
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://invisible-island.net/vttest/
EXTRACT_SUFX= .tgz
WANTLIB= c
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu
MAKE_FILE= makefile
.include <bsd.port.mk>