diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-08-12 15:14:44 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-08-12 15:14:44 +0800 |
commit | d132dfa986b48a20d5f07068321cfb7349be4063 (patch) | |
tree | e7d88550f448479bd7e57086bc69d36e4022f956 /korean/scim-tables | |
parent | cb64c85d8cba7dbd9dea887b7622bb338b3f8301 (diff) | |
download | freebsd-ports-gnome-d132dfa986b48a20d5f07068321cfb7349be4063.tar.gz freebsd-ports-gnome-d132dfa986b48a20d5f07068321cfb7349be4063.tar.zst freebsd-ports-gnome-d132dfa986b48a20d5f07068321cfb7349be4063.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
Diffstat (limited to 'korean/scim-tables')
-rw-r--r-- | korean/scim-tables/Makefile | 12 |
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> |