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 /palm/synce-multisync/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 'palm/synce-multisync/Makefile')
-rw-r--r-- | palm/synce-multisync/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/palm/synce-multisync/Makefile b/palm/synce-multisync/Makefile deleted file mode 100644 index be1ba3586..000000000 --- a/palm/synce-multisync/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: synce-multisync -# Date created: September 2004 -# Whom: Sam Lawrance <boris@brooknet.com.au> -# -# $FreeBSD$ - -PORTNAME= synce-multisync_plugin -PORTVERSION= 0.9.0 -PORTREVISION= 4 -CATEGORIES= palm deskutils -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= synce - -MAINTAINER= ports@FreeBSD.org -COMMENT= SynCE synchronisation plugin for Multisync - -LIB_DEPENDS= rra.0:${PORTSDIR}/palm/synce-rra -BUILD_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync -RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync - -USE_GNOME= gnomeprefix gnometarget gnomevfs2 -USE_GMAKE= yes -USE_XLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \ - --with-libsynce=${LOCALBASE} \ - --with-librra=${LOCALBASE} \ - --with-multisync-include=${LOCALBASE}/include/multisync - -.include <bsd.port.mk> |