summaryrefslogtreecommitdiffstats
path: root/sysutils/gpart/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-09-16 09:15:16 +0000
committerknu <knu@FreeBSD.org>2000-09-16 09:15:16 +0000
commit5c25918f40e72cec91710d071b54c66cfec0e2eb (patch)
treece40f470f195fb50768192b8820d87ed5618b781 /sysutils/gpart/Makefile
parent74460b85c4161f91b87178f238f463558c475ef7 (diff)
downloadFreeBSD-ports-5c25918f40e72cec91710d071b54c66cfec0e2eb.zip
FreeBSD-ports-5c25918f40e72cec91710d071b54c66cfec0e2eb.tar.gz
- Update to 0.1g.
- Respect CC and PREFIX. - Add a knob to build a static binary. (which is useful to put on a fixit floppy etc.) Approved by: Andrew Stevenson <andrew@ugh.net.au> (MAINTAINER)
Diffstat (limited to 'sysutils/gpart/Makefile')
-rw-r--r--sysutils/gpart/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/gpart/Makefile b/sysutils/gpart/Makefile
index 5a1e7e5..2a10546 100644
--- a/sysutils/gpart/Makefile
+++ b/sysutils/gpart/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gpart
-PORTVERSION= 0.1f
+PORTVERSION= 0.1g
CATEGORIES= sysutils
MASTER_SITES= http://www.stud.uni-hannover.de/user/76201/gpart/ \
${MASTER_SITE_SUNSITE}
@@ -17,4 +17,8 @@ MAINTAINER= andrew@ugh.net.au
USE_GMAKE= yes
MAN8= gpart.8
+.if defined(WANT_STATIC)
+LDFLAGS= -static
+.endif
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud