summaryrefslogtreecommitdiff
path: root/misc/deco/Makefile
blob: 6ef7a20193e8ddf19ca4b04eb38b0148e978f8ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	deco
# Date created:				16 Dec 1997
# Whom:					Andrey Zakhvatov
#
# $FreeBSD$
#

PORTNAME=		deco
PORTVERSION=		3.8.3
CATEGORIES=		misc
MASTER_SITES=		ftp://ftp.cronyx.ru/cronyx/deco/
DISTNAME=		deco383
EXTRACT_SUFX=		.tgz

MAINTAINER=	demon@FreeBSD.org

WRKSRC=			${WRKDIR}/deco383
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>