freebsd-ports/emulators/gbe/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

31 lines
636 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/fileuploads/1/468dreaj/ \
ftp://ftp.canadatux.org/videogames/
MAINTAINER= ports@FreeBSD.org
COMMENT= Nintendo GameBoy(tm) emulator with GNU source code
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_XORG= x11
PLIST_FILES= bin/gbe
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gbe ${PREFIX}/bin
.include <bsd.port.mk>