1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/converters/showkey/Makefile
Carlo Strub 178dc40a96 Change maintainer address to my FreeBSD address
Approved by:	wen@ (mentor)
2011-09-15 12:33:27 +00:00

31 lines
598 B
Makefile

# New ports collection makefile for: showkey
# Date created: 2003-10-24
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= showkey
PORTVERSION= 1.5
CATEGORIES= converters
MASTER_SITES= http://catb.org/~esr/showkey/ \
http://www.c-s.li/ports/
MAINTAINER= cs@FreeBSD.org
COMMENT= Prints its input, with escapes such as "<NUL>"
LICENSE= MIT
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>