freebsd-ports/devel/lnphost/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

26 lines
482 B
Makefile

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>