mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
feb6abd72f
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
28 lines
711 B
Makefile
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>
|