mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
fc2a2a448f
currently unable to look after any of the ports that he has written.
23 lines
599 B
Makefile
23 lines
599 B
Makefile
# New ports collection makefile for: numchar
|
|
# Date created: 3 August 1999
|
|
# Whom: G. Adam Stanislav <adam@whizkidtech.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= numchar
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://www.whizkidtech.redprince.net/unix/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Converts phone numbers between digits and characters
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/numchar ${PREFIX}/bin
|
|
${LN} -fs ${PREFIX}/bin/numchar ${PREFIX}/bin/phdecode
|
|
${MKDIR} ${PREFIX}/share/doc/numchar
|
|
${INSTALL_MAN} ${WRKSRC}/numchar.html ${PREFIX}/share/doc/numchar
|
|
|
|
.include <bsd.port.mk>
|