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
21 lines
364 B
Makefile
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>
|