openbsd-ports/net/vf1/Makefile
edd bfc0fdd561 Import net/vf1.
---8<---
VF-1 is a command line gopher client. It is built around an interactive command
prompt, and has a very "REPL" feeling. You only need a small number of commands
to get around, and most of them can be abbreviated to one or two chars
--->8---

From Paco Esteban with input from myself and solene@.

OK solene@

Thanks
2018-12-19 09:38:49 +00:00

28 lines
612 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2018/12/19 09:38:49 edd Exp $
COMMENT = command line gopher client
MODPY_EGG_VERSION = 0.0.10
DISTNAME = VF-1-${MODPY_EGG_VERSION}
PKGNAME = vf1-${MODPY_EGG_VERSION}
CATEGORIES = net
HOMEPAGE = https://github.com/solderpunk/VF-1
MAINTAINER = Paco Esteban <paco@onna.be>
# BSD
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vf1/
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README.md ${PREFIX}/share/doc/vf1/
.include <bsd.port.mk>