freebsd-ports/misc/dvorak7min/Makefile
Kubilay Kocak a1c3980ac8 Reset maintainer for llwang@infor.org
Reset maintainership for llwang@infor.org due to multiple timeouts and email
address permanent failure. Return all ports to the free pool except
py-numpy, which is taken under the wing of the python@ team.

We thank you for your contribution to the FreeBSD project

Approved by:	portmgr
2013-12-18 10:38:33 +00:00

23 lines
481 B
Makefile

# Created by: Leland Wang <llwang@infor.org>
# $FreeBSD$
PORTNAME= dvorak7min
PORTVERSION= 1.6.1
CATEGORIES= misc
MASTER_SITES= http://www.linalco.com/ragnar/
MAINTAINER= ports@FreeBSD.org
COMMENT= An ncurses-based Dvorak typing tutor
NO_STAGE= yes
.include <bsd.port.pre.mk>
MAKE_ARGS= PROF="${CPPFLAGS} ${CFLAGS}" LDFLAGS="${LDFLAGS}"
pre-build:
@cd ${WRKSRC} ; ${MAKE} clean
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dvorak7min ${PREFIX}/bin
.include <bsd.port.post.mk>