# New ports collection makefile for: cingb # Date created: 16 April 2001 # Whom: Yukihiro Nakai # # $FreeBSD$ # PORTNAME= cingb PORTVERSION= 0.28 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Yet another Nintendo GameBoy(tm) emulator WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" ALL_TARGET= standard CPPFLAGS= ${PTHREAD_CFLAGS} LDFLAGS= ${PTHREAD_LIBS} .include .if ${ARCH} != "sparc64" && ${ARCH} != "powerpc" CPPFLAGS+= -DUSE_LITTLE_ENDIAN .endif do-configure: cd ${WRKSRC} && ${SED} -e \ 's|gcc|$${CC}|g ; \ s|/usr/X11R6|$${X11BASE}|g ; \ s|-O6|$${CFLAGS}|g ; \ s|%%%endian%%%|$${CPPFLAGS}|g ; \ s|%%%pthread%%%|$${LDFLAGS}|g ; \ s|%%%libext%%%|-lXext|g ; \ s|%%%libsocket%%%||g ; \ s|%%%libnsl%%%||g ; \ s|%%%joystick%%%|-DBSD_JOYSTICK|g ; \ s|%%%framebuffer%%%||g ; \ s|%%%mitshm%%%|-DMIT_SHM|g ; \ s|%%%sound%%%|-DSOUND|g ; \ s|%%%joyconf%%%|conf|g' < Makefile.templ > Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cingb ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/cingb_conf ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.FAQ ${DOCSDIR} .endif .include FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Drop MAINAINERship.nectar2001-02-221-1/+1
* Support PREFIX properly.nectar2000-12-031-1/+1
* Corrrect whitespace introduced during PORTNAME conversion and portlintmharo2000-04-221-1/+1
* Update with the new PORTNAME/PORTVERSION variablecpiazza2000-04-101-2/+2
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
* Remove bogus tab at the beginning of (or at the end of) an empty line.asami1998-08-201-2/+2
* These manpages removed by Tim Vanderhoek.hoek1998-08-201-2/+0