aboutsummaryrefslogtreecommitdiff
path: root/korean/scim-tables
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-08-12 07:14:44 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-08-12 07:14:44 +0000
commitdbd08195c748c878161571e1b9e3d09b96bd15b3 (patch)
treee81704df25542482f32e87c0c4b59172d22fcc2e /korean/scim-tables
parentf3a4d01c12dcb2d993a4b41ca52ef8f5265845ab (diff)
downloadports-dbd08195c748c878161571e1b9e3d09b96bd15b3.tar.gz
ports-dbd08195c748c878161571e1b9e3d09b96bd15b3.zip
1: Make scim buildable on 4-X.
2: Add sf.net to MASTER_SITE. 3: make other ports BROKEN on 4-X. PR: ports/70326 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=115997
Diffstat (limited to 'korean/scim-tables')
-rw-r--r--korean/scim-tables/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/korean/scim-tables/Makefile b/korean/scim-tables/Makefile
index bb4d7f2db395..ffc72b58e134 100644
--- a/korean/scim-tables/Makefile
+++ b/korean/scim-tables/Makefile
@@ -8,7 +8,9 @@
PORTNAME= scim-tables
PORTVERSION= 0.4.0
CATEGORIES= korean
-MASTER_SITES= http://freedesktop.org/~suzhe/sources/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ http://freedesktop.org/~suzhe/sources/
+MASTER_SITE_SUBDIR=scim
MAINTAINER= ports@freebsd.org
COMMENT= SCIM table based Korean input methods
@@ -20,10 +22,16 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500035
+BROKEN= scim-make-table is not available for 4.x
+.endif
+
post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO}
@${ECHO} To display this message again, type \`make post-install\'
@${ECHO}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>