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







                                                  
                   


                                             
                                 

                                                              

                                    
                       
 
                         
                           





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

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

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

USE_GMAKE=	yes
MAKE_ARGS=	CC="${CC} ${CFLAGS}"
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>