mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
87b58c4aa3
Reviewed by: Alexander Langer <alex@big.endian.de>
25 lines
514 B
Makefile
25 lines
514 B
Makefile
# New ports collection makefile for: tuxnes
|
|
# Version required: 0.73
|
|
# Date created: 13 Feb 2000
|
|
# Whom: Jeroen Ruigrok van der Werven <asmodai@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= tuxnes-0.73
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://people.freebsd.org/~asmodai/mirror/ \
|
|
http://tmmm.simplenet.com/tuxnes/packages/
|
|
|
|
MAINTAINER= asmodai@freebsd.org
|
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
USE_GMAKE= YES
|
|
USE_X_PREFIX= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
.include <bsd.port.mk>
|