freebsd-ports/devel/lnphost/Makefile
Jason W. Bacon be26d1d912 Multiple ports:
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org
Remove Created by comments for same user

Approved by: jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D14128
2018-01-31 01:07:07 +00:00

28 lines
495 B
Makefile

# $FreeBSD$
PORTNAME= lnphost
PORTVERSION= 1.0a
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= jwb@FreeBSD.org
COMMENT= Lego RCX iinfrared communication API
LICENSE= GPLv2
USES= zip gmake
WRKSRC= ${WRKDIR}/lnphost
CFLAGS+= -DHAVE_STRING_H
PLIST_FILES= bin/lnpdump \
lib/lnphost.a \
include/lnphost.h \
man/man1/lnpdump.1.gz
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
# Use system getopt
post-patch:
${RM} ${WRKSRC}/Include/getopt.h ${WRKSRC}/Modules/getopt.c
.include <bsd.port.mk>