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
23 lines
481 B
Makefile
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>
|