summaryrefslogtreecommitdiff
path: root/devel/linux-f8-allegro/Makefile
blob: e19998825d5cde31078ee0efdc4a2e834278eaa9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:	linux-allegro
# Date created:				18 Nov 2003
# Whom:					Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	allegro
PORTVERSION=	4.0.3
PORTREVISION=	2
CATEGORIES=	devel linux
MASTER_SITES=	http://membres.lycos.fr/ebotcazou/allegro/
DISTNAME=	${PORTNAME}-${PORTVERSION}-1

MAINTAINER=	freebsd-emulation@FreeBSD.org
COMMENT=	Cross-platform game programming library (linux version)

USE_LINUX_RPM=		yes
ONLY_FOR_ARCHS=		i386 amd64
DIST_SUBDIR=		rpm
INSTALLS_SHLIB=		yes
USE_XLIB=		yes
SRC_DISTFILES=

MD5_FILE=	${MASTERDIR}/distinfo

post-extract:
	@cd ${WRKSRC}/usr/lib; \
	${LN} -s liballeg-4.0.3.so liballeg.so.4.0

.include <bsd.port.mk>