2427dd5aad
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> (maintainer)
33 lines
556 B
Makefile
33 lines
556 B
Makefile
# New ports collection makefile for: sfdisk
|
|
# Date created: 22 April 2006
|
|
# Whom: spam@rm-rf.kiev.ua
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sfdisk
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://src4.narod.ru/
|
|
|
|
MAINTAINER= spam@rm-rf.kiev.ua
|
|
COMMENT= Standalone sysinstall's fdisk
|
|
|
|
USE_BZIP2= yes
|
|
|
|
PLIST_FILES= sbin/sfdisk
|
|
MAKEFILE= Makefile.bsd
|
|
|
|
NOT_FOR_ARCHS= ia64
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.if ${OSVERSION} < 502000
|
|
IGNORE= is only for FreeBSD 5.X and later
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|