freebsd-ports/emulators/dosbox/Makefile
Edwin Groothuis 8729b2d12d emulators/dosbox - Update to 0.65
Update DOSBox to version 0.65
	Changelog: http://dosbox.sourceforge.net/news.php?show_news=1
	Remove USE_REINPLACE

PR:		ports/95200
Submitted by:	Lars Engels <lars.engels@0x20.net>
Approved by:	"Tom Carrick" <knyght@gmail.com>
2006-04-06 00:07:11 +00:00

49 lines
1.2 KiB
Makefile

# New ports collection makefile for: dosbox
# Date created: 28 July 2002
# Whom: Tom Carrick <knyghtmare@knyghtmare.com>
#
# $FreeBSD$
#
PORTNAME= dosbox
PORTVERSION= 0.65
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= knyght@gmail.com
COMMENT= An emulator of a PC with DOS
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
USE_SDL= sdl net
MAN1= dosbox.1
PKGMESSAGE= ${WRKDIR}/pkg-message
CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --enable-core-inline
post-patch:
@${REINPLACE_CMD} -e 's#\/usr\/share\/doc\/dosbox#${DOCSDIR}#g' \
${WRKSRC}/docs/dosbox.1
@${SED} 's#%%DOCSDIR%%#${DOCSDIR}#' ${PKGDIR}/pkg-message > \
${WRKDIR}/pkg-message
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/dosbox ${PREFIX}/bin/dosbox
${INSTALL_MAN} ${WRKSRC}/docs/dosbox.1 ${PREFIX}/man/man1/
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
post-install:
@${CAT} ${WRKDIR}/pkg-message
.include <bsd.port.mk>