mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-13 23:36:08 +00:00
a38c336c97
PR: 17039 Submitted by: Maintainer
21 lines
419 B
Makefile
21 lines
419 B
Makefile
# New ports collection makefile for: gpart
|
|
# Version required: 0.1f
|
|
# Date created: 29 Sep 1999
|
|
# Whom: Andrew Stevenson <andrew@ugh.net.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= gpart-0.1f
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.stud.uni-hannover.de/user/76201/gpart/ \
|
|
${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= system/filesystems
|
|
|
|
MAINTAINER= andrew@ugh.net.au
|
|
|
|
USE_GMAKE= yes
|
|
MAN8= gpart.8
|
|
|
|
.include <bsd.port.mk>
|