1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/misc/deco/Makefile
Stefan Eßer 9bdd8f141c archivers/deco, misc/deco: remove CONFLICTS entry
Files installed by the archivers/deco port have been renamed by makc@
to no longer conflict with those from the misc/deco port.

Reported by:    makc
2022-01-11 10:41:13 +01:00

19 lines
389 B
Makefile

# Created by: Andrey Zakhvatov
PORTNAME= deco
PORTVERSION= 3.9
PORTREVISION= 5
CATEGORIES= misc
MASTER_SITES= SF/${PORTNAME}/Deco%20Sources/${PORTVERSION}
PKGNAMESUFFIX= -misc
DISTNAME= deco39
MAINTAINER= ports@FreeBSD.org
COMMENT= Demos Commander, a free Norton Commander clone
USES= ncurses tar:tgz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/share
.include <bsd.port.mk>