1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/emulators/basiliskII/Makefile
Maxim Sobolev 10e2f8893d Whitespace-only:
Make indentation uniform across my ports.
2000-11-01 15:51:11 +00:00

43 lines
844 B
Makefile

# New ports collection makefile for: BasiliskII
# Date created: 17 April 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= basiliskII
PORTVERSION= 0.8.1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= basilisk
DISTNAME= BasiliskII_src_30012000
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= lthread.2:${PORTSDIR}/devel/linuxthreads
WRKSRC= ${WRKDIR}/BasiliskII-0.8/src/Unix
USE_X_PREFIX= yes
USE_GTK= yes
USE_ESOUND= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --disable-fbdev-dga
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CFLAGS+= -D_THREAD_SAFE -I${LOCALBASE}/include/pthread/linuxthreads
MAN1= BasiliskII.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 400012
CFLAGS+= -fpermissive
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>