mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
37 lines
970 B
Makefile
37 lines
970 B
Makefile
# New ports collection makefile for: BasiliskII
|
|
# Date created: 17 April 2000
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= basiliskII
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 7
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://gwenole.beauchesne.info/projects/basilisk2/files/
|
|
MASTER_SITE_SUBDIR= basilisk
|
|
DISTNAME= BasiliskII_src_01052006
|
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
|
COMMENT= A free, portable, Open Source 68k Mac emulator
|
|
|
|
WRKSRC= ${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= esound gtk20
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ARGS= --disable-fbdev-dga --enable-fpe=uae ac_cv_have_33bit_addressing=no ac_cv_file__dev_ptmx=no \
|
|
--x-includes=${LOCALBASE}/include --x-libraries=${LOCALBASE}/lib
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
|
|
|
MAN1= BasiliskII.1
|
|
CFLAGS= -fpermissive
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|