blob: 40ccad0313929fbd5cdfad3ac42715b680f018ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: bsam
# $FreeBSD$
PORTNAME= allegro
PORTVERSION= 4.2.2
PORTREVISION= 1
CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Cross-platform game programming library (Linux Fedora 10)
CONFLICTS= linux-allegro-[0-9]* linux-f8-allegro-[0-9]*
USES= linux:f10
USE_LINUX_RPM= yes
USE_LINUX= xorglibs
RPMVERSION= 10.fc10
USE_LDCONFIG= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>
|