1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/sysutils/gpart/Makefile
Kevin Lo 843544003e Fix static linked executable.
PR: 23370
Submitted by: MAINTAINER
2000-12-08 15:02:54 +00:00

25 lines
468 B
Makefile

# New ports collection makefile for: gpart
# Date created: 29 Sep 1999
# Whom: Andrew Stevenson <andrew@ugh.net.au>
#
# $FreeBSD$
#
PORTNAME= gpart
PORTVERSION= 0.1g
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
.if defined(WANT_STATIC)
MAKE_ARGS+= LDFLAGS=-static
.endif
.include <bsd.port.mk>