freebsd-ports/devel/lnphost/Makefile
Martin Wilke 9146c80d02 - Update maintainer mail address
- Update/Remove MASTER_SITE

PR:		204755
Submitted by:	 jwbacon@tds.net (maintainer)
Approved by:	mat (mentor)
Differential Revision:	D4493
2015-12-11 08:48:56 +00:00

29 lines
547 B
Makefile

# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= lnphost
PORTVERSION= 1.0a
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= bacon4000@gmail.com
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>