freebsd-ports/emulators/nestopia/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

25 lines
398 B
Makefile

# $FreeBSD$
PORTNAME= nestopia
PORTVERSION= 1.47
CATEGORIES= emulators
MAINTAINER= neel@neelc.org
COMMENT= Portable NES/Famicom emulator
LICENSE= GPLv2
LIB_DEPENDS= libao.so:audio/libao
USES= gmake libarchive pkgconfig
USE_GL= glu
USE_GNOME= gtk30
USE_SDL= sdl2
USE_GITHUB= yes
GH_ACCOUNT= rdanbrook
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>