diff options
-rw-r--r-- | games/gomoku.app/Makefile | 3 | ||||
-rw-r--r-- | games/gshisen/Makefile | 3 | ||||
-rw-r--r-- | mail/gnumail/Makefile | 3 | ||||
-rw-r--r-- | mail/pantomime/Makefile | 3 |
4 files changed, 12 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 diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile index 581213989d76..a42b3a02eee1 100644 --- a/games/gshisen/Makefile +++ b/games/gshisen/Makefile @@ -9,6 +9,9 @@ PORTNAME= gshisen PORTVERSION= 1.0.1 CATEGORIES= games MASTER_SITES= http://www.gnustep.it/enrico/gshisen/ +.if defined(GNUSTEP_GUI_DEVEL) +PKGNAMESUFFIX?= -devel +.endif MAINTAINER= dinoex@FreeBSD.org diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile index 89227cf76f87..65fe746c6b0a 100644 --- a/mail/gnumail/Makefile +++ b/mail/gnumail/Makefile @@ -10,6 +10,9 @@ PORTVERSION= 1.0.3 CATEGORIES= mail MASTER_SITES= http://extrovert.screwdriver.net/~extra/ DISTNAME= GNUMail-${PORTVERSION} +.if defined(GNUSTEP_GUI_DEVEL) +PKGNAMESUFFIX?= -devel +.endif MAINTAINER= dinoex@FreeBSD.org diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index dfb92fdb049b..773ee9eaa272 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -10,6 +10,9 @@ PORTVERSION= 1.0.5 CATEGORIES= mail MASTER_SITES= http://extrovert.screwdriver.net/~extra/ \ ftp://ftp.gnustep.org/pub/gnustep/libs/ +.if defined(GNUSTEP_GUI_DEVEL) +PKGNAMESUFFIX?= -devel +.endif DISTNAME= Pantomime-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org |