blob: 18a51ae8edc7d7bd03bc9bf4608c5151b9edd0b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: mupen64plus-ui-console
# Date created: 2010-11-28
# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -ui-console
COMMENT= UI for Mupen64plus
MASTERDIR= ${.CURDIR}/../mupen64plus-core
OPTIONS= #
.include "${MASTERDIR}/Makefile"
|