21 lines
345 B
Makefile
21 lines
345 B
Makefile
# $OpenBSD: Makefile,v 1.15 2019/07/12 20:43:46 sthen Exp $
|
|
|
|
COMMENT= x10 firecracker utility
|
|
|
|
DISTNAME= flipit-0.3.6
|
|
CATEGORIES= comms
|
|
REVISION = 0
|
|
|
|
MASTER_SITES= http://www.lickey.com/flipit/dist/
|
|
HOMEPAGE= http://www.lickey.com/flipit/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
SEPARATE_BUILD= Yes
|
|
|
|
.include <bsd.port.mk>
|