freebsd-ports/devel/libgamepad/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

21 lines
364 B
Makefile

# $FreeBSD$
PORTNAME= libgamepad
PORTVERSION= 0.1.2
CATEGORIES= devel games
MASTER_SITES= http://acadix.biz/Ports/distfiles/
MAINTAINER= jwb@FreeBSD.org
COMMENT= Generic gamepad API
LICENSE= BSD2CLAUSE
USES= tar:xz
pre-build:
(cd ${WRKSRC} && make depend)
MAKE_FLAGS+= PREFIX=${STAGEDIR}${PREFIX} \
MANPREFIX=${STAGEDIR}${PREFIX}
.include <bsd.port.mk>