mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
460 B
Makefile
22 lines
460 B
Makefile
# New ports collection makefile for: lc
|
|
# Date created: 13 November 1999
|
|
# Whom: jsellens
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lc
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.generalconcepts.com/resources/software/
|
|
|
|
MAINTAINER= jsellens@generalconcepts.com
|
|
|
|
MAN1= lc.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/lc ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/lc.1 ${MAN1PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|