blob: 945416f45b61d6dd142e5f308355b01feaeea575 (
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
|
# New ports collection makefile for: devel/linux-f8-allegro
# Date created: 2008-04-03
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= allegro
PORTVERSION= 4.2.2
PORTREVISION= 1
CATEGORIES= devel linux
PKGNAMEPREFIX= linux-f8-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= Cross-platform game programming library (Linux Fedora 8)
CONFLICTS= linux-allegro-[0-9]* linux-f10-allegro-[0-9]*
USE_LINUX_RPM= yes
USE_LINUX_APPS= xorglibs
ONLY_FOR_ARCHS= i386 amd64
LINUX_DIST_VER= 8
RPMVERSION= 10.fc8
USE_LDCONFIG= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>
|