mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
027f59c9d8
have time to maintain them. Approved by: andy
24 lines
484 B
Makefile
24 lines
484 B
Makefile
# New ports collection makefile for: deco
|
|
# Version required: 3.8
|
|
# Date created: 16 Dec 1997
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= deco382
|
|
PKGNAME= deco-3.8.2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.cronyx.ru/cronyx/deco/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/deco
|
|
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>
|