opnsense-ports/misc/lc/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

18 lines
431 B
Makefile

# Created by: jsellens
# $FreeBSD$
PORTNAME= lc
PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= http://www.generalconcepts.com/resources/software/
MAINTAINER= ports@FreeBSD.org
COMMENT= Alternative to ls(1)
PLIST_FILES= bin/lc man/man1/lc.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/lc ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/lc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>