freebsd-ports/converters/showkey/Makefile

28 lines
558 B
Makefile
Raw Normal View History

2003-10-24 03:18:37 +02:00
# New ports collection makefile for: showkey
# Date created: 2003-10-24
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= showkey
PORTVERSION= 1.4
2003-10-24 03:18:37 +02:00
CATEGORIES= converters
MASTER_SITES= http://catb.org/~esr/showkey/
2004-02-18 01:38:20 +01:00
MAINTAINER= ports@FreeBSD.org
2003-10-24 03:18:37 +02:00
COMMENT= Prints its input, with escapes such as "<NUL>"
USE_GMAKE= yes
MAKE_ARGS= CC="${CC} ${CFLAGS}"
2003-10-24 03:18:37 +02:00
ALL_TARGET= showkey
2003-10-24 03:18:37 +02:00
MAN1= showkey.1
2004-02-18 01:38:20 +01:00
PLIST_FILES= bin/showkey
2003-10-24 03:18:37 +02:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/showkey ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/showkey.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>