diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /chinese/scim-pinyin/Makefile | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2 marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'chinese/scim-pinyin/Makefile')
-rw-r--r-- | chinese/scim-pinyin/Makefile | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/chinese/scim-pinyin/Makefile b/chinese/scim-pinyin/Makefile deleted file mode 100644 index ce2a1b43e..000000000 --- a/chinese/scim-pinyin/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: zh-scim-chinese -# Date created: 20 May 2004 -# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca> -# -# $FreeBSD$ -# - -PORTNAME= scim-pinyin -PORTVERSION= 0.5.91 -PORTREVISION= 2 -CATEGORIES= chinese -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=scim - -MAINTAINER= gaoj@cpsc.ucalgary.ca -COMMENT= SCIM Chinese Smart Pinyin input method - -BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_GNOME= gnomehack lthack -USE_ICONV= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 - -CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500035 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/stlport" \ - LDFLAGS="-L${LOCALBASE}/lib -lstlport_gcc -lintl ${PTHREAD_LIBS}" -.else -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" -.endif - -PLIST_SUB= SKIM="@comment " - -pre-fetch: -.if exists(${LOCALBASE}/bin/skim) - @${ECHO_MSG} "===> Skim is detected, support enabled." -.else - @${ECHO_MSG} "Define WITH_SKIM to enable skim support." -.endif - -.if exists(${LOCALBASE}/bin/skim) -WITH_SKIM= yes -.endif - -.if !defined(WITH_SKIM) -CONFIGURE_ARGS+=--disable-skim-support -.else -BUILD_DEPENDS+= skim:${PORTSDIR}/textproc/skim -CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" -PLIST_SUB= SKIM="" PREFIX="${PREFIX}" -.endif - -post-install: - @${CAT} ${PKGMESSAGE} - @${ECHO} - @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' - @${ECHO} - -.include <bsd.port.post.mk> |