diff options
Diffstat (limited to 'devel/linux-f8-allegro/Makefile')
-rw-r--r-- | devel/linux-f8-allegro/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/linux-f8-allegro/Makefile b/devel/linux-f8-allegro/Makefile deleted file mode 100644 index e19998825d5c..000000000000 --- a/devel/linux-f8-allegro/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# 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> |