aboutsummaryrefslogtreecommitdiff
path: root/editors/zoinks
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 07:01:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 07:01:48 +0000
commit9882047ad2debf17d1d69d7de5c31ceb017d2c81 (patch)
tree9bb92c7ef944cb6f89581b84d95897330d992111 /editors/zoinks
parentb8e1c3bed3b64b17d1608afcc98f81e96341ce89 (diff)
downloadports-9882047ad2debf17d1d69d7de5c31ceb017d2c81.tar.gz
ports-9882047ad2debf17d1d69d7de5c31ceb017d2c81.zip
Notes
Diffstat (limited to 'editors/zoinks')
-rw-r--r--editors/zoinks/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/editors/zoinks/Makefile b/editors/zoinks/Makefile
index e7e93b4ef277..d391ae1ae8e9 100644
--- a/editors/zoinks/Makefile
+++ b/editors/zoinks/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: zoinks
-# Date created: 26 July 2003
-# Whom: Mike Lockwood <mike@mikelockwood.com>
-#
+# Created by: Mike Lockwood <mike@mikelockwood.com>
# $FreeBSD$
-#
PORTNAME= zoinks
PORTVERSION= 0.3.7
@@ -12,7 +8,7 @@ CATEGORIES= editors
MASTER_SITES= http://zoinks.mikelockwood.com/download/
MAINTAINER= mike@mikelockwood.com
-COMMENT= An X11 programmer's editor and development environment
+COMMENT= X11 programmer's editor and development environment
.if defined(WITH_IMLIB)
USE_GNOME= imlib
@@ -21,7 +17,12 @@ CONFIGURE_ARGS+= --enable-imlib
CONFIGURE_ARGS+= --disable-imlib
.endif
-.if !defined(WITHOUT_NLS)
+USE_XORG= xpm
+GNU_CONFIGURE= yes
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
.else
@@ -29,9 +30,6 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
-USE_XORG= xpm
-GNU_CONFIGURE= yes
-
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "Zoinks can be built with optional support for calculating image sizes"