summaryrefslogblamecommitdiff
path: root/converters/showkey/Makefile
blob: 12cd1433e71bc69f59a67968c023f7226e1ab528 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                  
                                 



                                                              
                           





                                                                
# New ports collection makefile for:	showkey
# Date created:				2003-10-24
# Whom:					trevor
#
# $FreeBSD$
#

PORTNAME=	showkey
PORTVERSION=	1.3
CATEGORIES=	converters
MASTER_SITES=	http://catb.org/~esr/showkey/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Prints its input, with escapes such as "<NUL>"

ALL_TARGET=	showkey
MAN1=		showkey.1
PLIST_FILES=	bin/showkey

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/showkey ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/showkey.1 ${MANPREFIX}/man/man1

.include <bsd.port.mk>