blob: 460f93954c556150c2d8f61cef9e2ef014bb20d8 (
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
|
# New ports collection makefile for: linux e2fsprogs
# Date created: Sat Feb 15 19:19:59 UTC 2003
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= e2fsprogs
CATEGORIES= sysutils linux
MAINTAINER= ports@FreeBSD.org
COMMENT= RPM of the a set of utilities and library to manipulate an ext2 filesystem
.if ${MACHINE_ARCH} == "i386"
PORTVERSION= 1.19.4
RPM_SET= e2fsprogs-1.19-4.${MACHINE_ARCH}.rpm
.endif
.if ${MACHINE_ARCH} == "alpha"
PORTVERSION= 1.19.5
RPM_SET= e2fsprogs-1.19-5.${MACHINE_ARCH}.rpm
.endif
.include "../../x11-toolkits/linux-gtk/Makefile"
|