2003-02-15 16:46:48 +01:00
|
|
|
# New ports collection makefile for: di
|
|
|
|
# Date created: 31 August 2002
|
|
|
|
# Whom: Brad Lanam <bll@gentoo.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= di
|
2011-01-03 14:10:32 +01:00
|
|
|
PORTVERSION= 4.27
|
2003-02-15 16:46:48 +01:00
|
|
|
CATEGORIES= sysutils
|
2006-01-29 21:48:29 +01:00
|
|
|
MASTER_SITES= http://www.gentoo.com/di/ \
|
|
|
|
http://fresh.t-systems-sfr.com/unix/src/privat2/
|
2003-02-15 16:46:48 +01:00
|
|
|
|
2007-10-24 01:06:54 +02:00
|
|
|
MAINTAINER= cyberbotx@cyberbotx.com
|
2004-02-28 13:31:52 +01:00
|
|
|
COMMENT= Disk Information Utility
|
2003-02-15 16:46:48 +01:00
|
|
|
|
2007-10-24 01:06:54 +02:00
|
|
|
MAN1= di.1
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_NLS)
|
2004-03-02 10:51:00 +01:00
|
|
|
USE_GETTEXT= yes
|
2007-10-24 01:06:54 +02:00
|
|
|
PLIST_SUB= NLS=""
|
|
|
|
.else
|
|
|
|
PLIST_SUB= NLS="@comment "
|
2010-05-07 11:01:07 +02:00
|
|
|
MAKE_ENV+= DI_NO_NLS=T
|
2007-10-24 01:06:54 +02:00
|
|
|
.endif
|
2003-06-05 00:43:38 +02:00
|
|
|
|
2010-05-07 11:01:07 +02:00
|
|
|
MAKE_ENV+= LDFLAGS="${LDFLAGS}" prefix="${PREFIX}"
|
2003-05-18 11:30:17 +02:00
|
|
|
|
2007-05-26 22:38:49 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2007-10-24 01:06:54 +02:00
|
|
|
post-patch:
|
2011-01-03 14:10:32 +01:00
|
|
|
@${REINPLACE_CMD} -e "s|zoneid_t|zoneId_t|g" ${WRKSRC}/C/di.c
|
2007-05-26 22:38:49 +02:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|