1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/linux-f8-allegro/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

32 lines
682 B
Makefile

# 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
USE_LDCONFIG= 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>