freebsd-ports/misc/gnuls/Makefile
Kirill Ponomarev 9f94b89eb8 - Update to version 4.1
PR:		56370
Submitted by:	maintainer
2003-09-03 14:28:30 +00:00

36 lines
762 B
Makefile

# New ports collection makefile for: GNU colorized `ls'
# Date created: 06 January 1996
# Whom: bmc@WillsCreek.COM
#
# $FreeBSD$
#
PORTNAME= gnuls
PORTVERSION= 4.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= fileutils
DISTNAME= fileutils-${PORTVERSION}
MAINTAINER= bmc@clapper.org
COMMENT= GNU colorized `ls'
GNU_CONFIGURE= yes
MAN1= gnuls.1 dircolors.1 dir.1 vdir.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500019
.if defined(WITH_ACL_SUPPORT)
PATCHFILES= gnuls-acl-20010825.patch
PATCH_SITES= ${MASTER_SITE_LOCAL}
PATCH_SITE_SUBDIR= jedgar
.else
pre-fetch:
@${ECHO} "To build this port with ACL support, define"
@${ECHO} "WITH_ACL_SUPPORT (i.e. make -DWITH_ACL_SUPPORT)"
.endif
.endif
.include <bsd.port.post.mk>