blob: 2296c9c57812e219e25cca80c0b48ceb926453d9 (
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
24
25
26
27
28
29
30
31
32
33
|
# 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>
|