1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/misc/deco/Makefile
Danilo Egea Gondolfo eaa4dd82d4 - Add stage support
2013-12-09 13:17:59 +00:00

21 lines
441 B
Makefile

# Created by: Andrey Zakhvatov
# $FreeBSD$
PORTNAME= deco
PORTVERSION= 3.9
PORTREVISION= 4
CATEGORIES= misc
MASTER_SITES= SF/${PORTNAME}/Deco%20Sources/${PORTVERSION}
PKGNAMESUFFIX= -misc
DISTNAME= deco39
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Demos Commander, a free Norton Commander clone
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/share
CONFIGURE_ENV= ac_cv_lib_ncurses_tgetent=no
.include <bsd.port.mk>