1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/games/fargoal/Makefile
Tobias Kortkamp feb6abd72f devel/allegro: Update to 4.4.3.1
Some static libraries are now built as shared libraries.  Bump
revision of consumers.

Changes:	https://github.com/liballeg/allegro5/blob/4.4.3.1/docs/src/changes._tx
Changes:	https://github.com/liballeg/allegro5/compare/4.4.2...4.4.3.1
PR:		235477
2019-03-09 08:07:31 +00:00

28 lines
711 B
Makefile

# Created by: chris_pressey@yahoo.ca
# $FreeBSD$
PORTNAME= fargoal
PORTVERSION= 20040629
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF/squidfighter/${PORTNAME}/20040630
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Remake of classic roguelike game "Sword of Fargoal"
LIB_DEPENDS= liballeg.so:devel/allegro
WRKSRC= ${WRKDIR}/${PORTNAME}/src
USES= gmake zip
SUB_FILES= ${PORTNAME}-sh
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_PROGRAM} ${WRKSRC}/../sword ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}
cd ${WRKSRC}/.. && ${COPYTREE_SHARE} "agreement.txt data gfx sfx" ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>