2002-11-19 14:39:00 +00:00
|
|
|
# New ports collection makefile for: yape
|
|
|
|
# Date created: 31.10.2002
|
|
|
|
# Whom: Janos.Mohacsi@bsd.hu
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= yape
|
|
|
|
PORTVERSION= 0.32.3
|
|
|
|
CATEGORIES= emulators
|
2003-01-28 12:51:36 +00:00
|
|
|
MASTER_SITES= http://www.cbm264.com/yape/download/
|
2002-11-19 14:39:00 +00:00
|
|
|
DISTNAME= yapeSDL-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
|
|
|
|
2003-01-02 15:06:10 +00:00
|
|
|
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
|
2002-11-19 14:39:00 +00:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
|
|
|
USE_GMAKE= yes
|
|
|
|
ALL_TARGET= yape
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG}|" ${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/yape ${PREFIX}/bin
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README.Linux ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|