mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
620f4c2368
PR: ports/139741 Submitted by: Timothy Bourke <timbob@bigpond.com> (maintainer) Approved by: mentors(implicit)
31 lines
693 B
Makefile
31 lines
693 B
Makefile
# Ports collection makefile for: snespp
|
|
# Date created: 16 April 2007
|
|
# Whom: Timothy Bourke <timbob@bigpond.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= snespp
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= emulators kld
|
|
MASTER_SITES= http://www.tbrk.org/software/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= timbob@bigpond.com
|
|
COMMENT= Kernel module for SNES controllers on a parallel port
|
|
|
|
KMODDIR= /boot/modules
|
|
|
|
NO_PACKAGE= this port should be recompiled for a particular FreeBSD kernel
|
|
PLIST_SUB= KMODDIR="${KMODDIR}"
|
|
|
|
MAN4= snespp.4
|
|
MANCOMPRESSED= no
|
|
|
|
do-install:
|
|
@${INSTALL_MAN} ${WRKSRC}/snespp.4 ${PREFIX}/man/man4
|
|
@${INSTALL_KLD} ${WRKSRC}/snespp.ko ${KMODDIR}
|
|
|
|
.include <bsd.port.mk>
|