summaryrefslogtreecommitdiff
path: root/games/gomoku.app/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-10-30 04:33:09 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-10-30 04:33:09 +0000
commitac871c27afd591b0e647e658a455b93c9250184d (patch)
tree30d71b865b7cc3b0afda8d6b6d512e64a352799d /games/gomoku.app/Makefile
parentuse PKGNAMESUFFIX (diff)
- use PKGNAMESUFFIX
Notes
Notes: svn path=/head/; revision=69140
Diffstat (limited to 'games/gomoku.app/Makefile')
-rw-r--r--games/gomoku.app/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile
index b3a1e95288a4..7df9d24728b9 100644
--- a/games/gomoku.app/Makefile
+++ b/games/gomoku.app/Makefile
@@ -9,6 +9,9 @@ PORTNAME= gomoku.app
PORTVERSION= 1.2.6
CATEGORIES= games
MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/
+.if defined(GNUSTEP_GUI_DEVEL)
+PKGNAMESUFFIX?= -devel
+.endif
DISTNAME= Gomoku-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org