diff options
Diffstat (limited to 'devel/linux-f8-sdl12/Makefile')
-rw-r--r-- | devel/linux-f8-sdl12/Makefile | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/devel/linux-f8-sdl12/Makefile b/devel/linux-f8-sdl12/Makefile deleted file mode 100644 index 9a6f518290ec..000000000000 --- a/devel/linux-f8-sdl12/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: linux-sdl -# Date created: 8 October 2001 -# Whom: Martin Matuska <matuska@wu-wien.ac.at> -# Based on: emulators/linux_base by marcel@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= sdl -PORTVERSION= 1.2.2.1 -CATEGORIES= devel linux -MASTER_SITES= http://www.libsdl.org/release/ -PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME:U}-${PORTVERSION:S/.1$/-1/}.${MACHINE_ARCH} -EXTRACT_SUFX= .rpm -EXTRACT_ONLY= - -MAINTAINER= matuska@wu-wien.ac.at - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm - -USE_LINUX_PREFIX= yes -LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig - -ONLY_FOR_ARCHS= i386 alpha -DIST_SUBDIR= rpm -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -PLIST= ${MASTERDIR}/pkg-plist.${MACHINE_ARCH} -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} - -DBPATH= /var/lib/rpm -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -do-install: - @${LOCALBASE}/bin/rpm -U ${RPMFLAGS} ${RPMDIR}/${DISTFILES} - @${LDCONFIG_LINUX} - -.include <bsd.port.mk> |