1999-10-31 22:05:54 -05:00
|
|
|
# New ports collection makefile for: gpart
|
|
|
|
# Date created: 29 Sep 1999
|
|
|
|
# Whom: Andrew Stevenson <andrew@ugh.net.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 15:09:11 -04:00
|
|
|
PORTNAME= gpart
|
2001-02-17 10:53:12 -05:00
|
|
|
PORTVERSION= 0.1h
|
1999-10-31 22:05:54 -05:00
|
|
|
CATEGORIES= sysutils
|
2001-02-17 10:53:12 -05:00
|
|
|
MASTER_SITES= http://home.pages.de/~michab/gpart/ \
|
|
|
|
http://www.stud.uni-hannover.de/user/76201/gpart/ \
|
1999-10-31 22:05:54 -05:00
|
|
|
${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= system/filesystems
|
|
|
|
|
|
|
|
MAINTAINER= andrew@ugh.net.au
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAN8= gpart.8
|
|
|
|
|
2000-09-16 05:15:16 -04:00
|
|
|
.if defined(WANT_STATIC)
|
2000-12-08 10:02:54 -05:00
|
|
|
MAKE_ARGS+= LDFLAGS=-static
|
2000-09-16 05:15:16 -04:00
|
|
|
.endif
|
|
|
|
|
1999-10-31 22:05:54 -05:00
|
|
|
.include <bsd.port.mk>
|