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
585 B
Makefile
23 lines
585 B
Makefile
# Created by: Leland Wang <llwang@infor.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= noegnud
|
|
PORTVERSION= 0.8.3
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.darkarts.co.za/projects/noegnud/downloads/${PORTVERSION}/
|
|
PKGNAMESUFFIX= -data
|
|
DISTFILES= ${DISTNAME}_linux_src-minimal${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The noeGNUd Data Files
|
|
|
|
NOEGNUDVERSION= ${PORTNAME}-0.8.0
|
|
DATADIR= ${PREFIX}/share/${NOEGNUDVERSION}
|
|
USE_BZIP2= yes
|
|
MAKE_ENV+= DATADIR="${DATADIR}"
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/variants
|
|
ALL_TARGET= data
|
|
INSTALL_TARGET= install_data
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|