mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
470 B
Makefile
24 lines
470 B
Makefile
# 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= dima@Chg.RU
|
|
|
|
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>
|