mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
29 lines
620 B
Makefile
29 lines
620 B
Makefile
# New ports collection makefile for: gbe
|
|
# Date created: 16 April 2001
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gbe
|
|
PORTVERSION= 0.0.22
|
|
PORTREVISION= 3
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://www.zophar.net/unix/Files/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Nintendo GameBoy(tm) emulator with GNU source code
|
|
|
|
PLIST_FILES= bin/gbe
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
|
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
|
|
|
USE_XORG= x11
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gbe ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|