1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/misc/numchar/Makefile
Alexey Dokuchaev a247b2f47d Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
2018-01-11 14:18:01 +00:00

20 lines
568 B
Makefile

# Created by: 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 ${STAGEDIR}${PREFIX}/bin
${LN} -fs ${PREFIX}/bin/numchar ${STAGEDIR}${PREFIX}/bin/phdecode
${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/numchar
${INSTALL_DATA} ${WRKSRC}/numchar.html \
${STAGEDIR}${PREFIX}/share/doc/numchar
.include <bsd.port.mk>