freebsd-ports/sysutils/linuxfdisk/Makefile
Sergey Matveychuk 53f3e322d5 - Distfile was moved in old/ subdir. Add the URL and
add one more site because of ftp.kernel.org is poorly accessable.

PR:		ports/89048
Submitted by:	Valentin Nechayev (maintainer)
2005-11-15 08:32:31 +00:00

30 lines
832 B
Makefile

# New ports collection makefile for: linuxfdisk
# Date created: Mon Jun 16 14:52:38 UTC 2003
# Whom: netch@netch.kiev.ua
#
# $FreeBSD$
#
PORTNAME= linuxfdisk
PORTVERSION= 2.11z
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.kernel.org/pub/linux/utils/util-linux/ \
ftp://ftp.kernel.org/pub/linux/utils/util-linux/old/ \
ftp://segfault.kiev.ua/pub/
DISTNAME= util-linux-${PORTVERSION}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= netch@netch.kiev.ua
COMMENT= Fdisk, a partition tables manipulator, from util-linux
WRKSRC= ${WRKDIR}/util-linux-${PORTVERSION}/fdisk
USE_BZIP2= yes
MAN8= fdisk-linux.8 cfdisk-linux.8 sfdisk-linux.8
ONLY_FOR_ARCHS= i386 amd64
pre-patch:
@rm -f ${WRKSRC}/Makefile
@cp ${FILESDIR}/linuxfdisk-Makefile ${WRKSRC}/Makefile
@cp ${FILESDIR}/linuxfdisk-sys_bsd.c ${WRKSRC}/sys_bsd.c
.include <bsd.port.mk>