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 /textproc/skim/Makefile | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz 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 'textproc/skim/Makefile')
-rw-r--r-- | textproc/skim/Makefile | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/textproc/skim/Makefile b/textproc/skim/Makefile deleted file mode 100644 index db683b279..000000000 --- a/textproc/skim/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: skim -# Date created: 21 July 2004 -# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca> -# -# $FreeBSD$ -# - -PORTNAME= skim -PORTVERSION= 1.4.4 -PORTREVISION= 1 -CATEGORIES= textproc kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= scim - -MAINTAINER= gaoj@cpsc.ucalgary.ca -COMMENT= An input method platform based on SCIM library and KDE/QT - -LIB_DEPENDS= scim-1.0.9:${PORTSDIR}/textproc/scim - -USE_KDELIBS_VER=3 -USE_PYTHON= yes -USE_PYDISTUTILS=yes -USE_BZIP2= yes -USE_ICONV= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 - -CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" \ - PREFIX="${PREFIX}" \ - QTDIR="${QT_PREFIX}" KDEDIR="${KDE_PREFIX}" - -.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+= CXXFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/stlport ${CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib -lstlport_gcc -lintl ${PTHREAD_LIBS}" -.else -CONFIGURE_ENV+= CXXFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__ ${CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" -.endif - -post-patch: - ${REINPLACE_CMD} s,bash,sh,g ${WRKSRC}/src/scim-panel-kde.in - -do-configure: - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./configure - -post-configure: - ${REINPLACE_CMD} \ - -e s,/usr/local/lib/pkgconfig,${PREFIX}/libdata/pkgconfig,g \ - -e s,/usr/lib/pkgconfig,${PREFIX}/libdata/pkgconfig,g \ - -e s,lib/pkgconfig,libdata/pkgconfig,g \ - ${WRKSRC}/cache/pkg.cache.py -do-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./scons - -do-install: - @cd ${WRKSRC} && ./scons install - -post-install: - @${CAT} ${PKGMESSAGE} - @${ECHO} To display this message again, type pkg_info -D ${PKGNAME} - -.include <bsd.port.post.mk> |