blob: 285a3c098aef7eb13c443b9e6fce1b920874196b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: deco
# Date created: 16 Dec 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= deco
PORTVERSION= 3.9
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= deco39
EXTRACT_SUFX= .tgz
MAINTAINER= ru@FreeBSD.org
COMMENT= Demos Commander, a free Norton Commander clone
WRKSRC= ${WRKDIR}/${DISTNAME}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/share
CONFIGURE_ENV= ac_cv_lib_ncurses_tgetent=no
MAN1= deco.1 deco-r.1
.include <bsd.port.mk>
|