aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/sfdisk/Makefile
blob: e028d120f1e3f48d86d22c86b4334548d6fb4962 (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
# 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

.if ${MACHINE} == "pc98"
CFLAGS+=    -DPC98
.endif

.include <bsd.port.mk>