2002-11-13 20:22:30 +01:00
|
|
|
# New ports collection makefile for: minivmac
|
|
|
|
# Date created: 9 November 2002
|
|
|
|
# Whom: Marc Fonvieille <blackend@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= minivmac
|
2009-07-21 05:11:42 +02:00
|
|
|
PORTVERSION= 3.0.0
|
2002-11-13 20:22:30 +01:00
|
|
|
CATEGORIES= emulators
|
- 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 19:56:05 +02:00
|
|
|
MASTER_SITES= SF
|
2007-04-01 12:04:16 +02:00
|
|
|
DISTFILES= ${PORTNAME}-${PORTVERSION}.src.tgz ${PORTNAME}-${PORTVERSION}.prj.tgz
|
2002-11-13 20:22:30 +01:00
|
|
|
|
2005-10-07 14:50:51 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A miniature Macintosh emulator
|
2002-11-13 20:22:30 +01:00
|
|
|
|
2007-04-01 12:04:16 +02:00
|
|
|
WRKSRC= ${WRKDIR}/projects/bgclx86d
|
2006-06-23 20:09:30 +02:00
|
|
|
|
- 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 19:56:05 +02:00
|
|
|
USE_XORG= x11 xext
|
2006-06-23 20:09:30 +02:00
|
|
|
USE_GMAKE= yes
|
- 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 19:56:05 +02:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
2007-04-01 12:04:16 +02:00
|
|
|
ALL_TARGET= # nothing
|
2006-06-23 20:09:30 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/minivmac
|
2002-11-13 20:22:30 +01:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
post-patch:
|
- 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 19:56:05 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|' ${WRKSRC}/Makefile
|
2007-05-19 22:36:56 +02:00
|
|
|
|
2002-11-13 20:22:30 +01:00
|
|
|
do-install:
|
2007-04-01 12:04:16 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/minivmac ${PREFIX}/bin
|
2006-06-23 20:09:30 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2002-11-13 20:22:30 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|