mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
16 lines
419 B
Makefile
16 lines
419 B
Makefile
PORTNAME= lc
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.generalconcepts.com/resources/software/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Alternative to ls(1)
|
|
|
|
PLIST_FILES= bin/lc share/man/man1/lc.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/lc ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/lc.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
|
|
|
.include <bsd.port.mk>
|