mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3a61dc074a
seems to be popular in Russia. PR: 5315 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
23 lines
435 B
Makefile
23 lines
435 B
Makefile
# New ports collection makefile for: deco
|
|
# Version required: 3.8
|
|
# Date created: 16 Dec 1997
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= deco38
|
|
PKGNAME= deco-3.8
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.cronyx.ru/cronyx/deco/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
WRKSRC= ${WRKDIR}/deco
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --libdir=${PREFIX}/share
|
|
MAN1= deco.1 deco-r.1
|
|
|
|
.include <bsd.port.mk>
|