blob: d4b11db6be9b89098165b7a16c8b44de216dc0a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Andrey Zakhvatov
PORTNAME= deco
PORTVERSION= 3.9
PORTREVISION= 5
CATEGORIES= misc
MASTER_SITES= SF/${PORTNAME}/Deco%20Sources/${PORTVERSION}
PKGNAMESUFFIX= -misc
DISTNAME= deco39
MAINTAINER= ports@FreeBSD.org
COMMENT= Demos Commander, a free Norton Commander clone
USES= ncurses tar:tgz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/share
.include <bsd.port.mk>
|