1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/games/sarien/Makefile
Pav Lucistnik 4c1b9e8b3d Aaaaaaargh!!! Fix CATEGORIES.
Reported by:	eik's chkorigin
Pointy hat to:	pav
2004-05-29 10:20:48 +00:00

35 lines
715 B
Makefile

# New ports collection makefile for: sarien
# Date created: 25 May 2004
# Whom: Radim Kolar
#
# $FreeBSD$
#
PORTNAME= sarien
PORTVERSION= 0.7.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= hsn@netmag.cz
COMMENT= Sierra AGI games interpreter
GNU_CONFIGURE= yes
USE_GETOPT_LONG= yes
USE_GMAKE= yes
USE_XLIB= yes
USE_REINPLACE= yes
CFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= bin/sarien etc/sarien.conf
post-patch:
@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/src/filesys/unix/path.c
do-install:
${INSTALL} ${WRKSRC}/bin/sarien ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/etc/sarien.cfg ${PREFIX}/etc/sarien.conf
.include <bsd.port.mk>