2001-04-16 09:11:50 -04:00
|
|
|
# New ports collection makefile for: gbe
|
|
|
|
# Date created: 16 April 2001
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gbe
|
|
|
|
PORTVERSION= 0.0.22
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 13:56:05 -04:00
|
|
|
PORTREVISION= 3
|
2001-04-16 09:11:50 -04:00
|
|
|
CATEGORIES= emulators
|
2011-08-25 23:45:08 -04:00
|
|
|
MASTER_SITES= http://www.zophar.net/fileuploads/1/468dreaj/ \
|
|
|
|
ftp://ftp.canadatux.org/videogames/
|
2001-04-16 09:11:50 -04:00
|
|
|
|
2003-11-02 20:19:26 -05:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 01:14:21 -05:00
|
|
|
COMMENT= Nintendo GameBoy(tm) emulator with GNU source code
|
2001-04-16 09:11:50 -04:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 13:56:05 -04:00
|
|
|
USE_XORG= x11
|
2011-08-25 23:45:08 -04:00
|
|
|
|
|
|
|
PLIST_FILES= bin/gbe
|
|
|
|
|
2011-09-23 18:26:39 -04:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2001-04-16 09:11:50 -04:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gbe ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|