mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
26 lines
542 B
Makefile
26 lines
542 B
Makefile
# New ports collection makefile for: cingb
|
|
# Date created: 16 April 2001
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cingb
|
|
PORTVERSION= 0.22A
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
COMMENT= yet another Nintendo GameBoy(tm) emulator
|
|
|
|
WRKSRC= ${WRKDIR}/cingb
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_X_PREFIX= yes
|
|
ALL_TARGET= standard
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/cingb ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|