diff options
author | vs <vs@FreeBSD.org> | 2005-03-03 19:51:45 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-03 19:51:45 +0800 |
commit | f797622458396634d60b9bd6e308a2ae69b343fa (patch) | |
tree | 03ed0caae625d607348c5c3264426a4b08ca56c8 /net-im/licq-console | |
parent | d8070439f09b63d09b7ec5f3a22e9eb1877ab92a (diff) | |
download | freebsd-ports-gnome-f797622458396634d60b9bd6e308a2ae69b343fa.tar.gz freebsd-ports-gnome-f797622458396634d60b9bd6e308a2ae69b343fa.tar.zst freebsd-ports-gnome-f797622458396634d60b9bd6e308a2ae69b343fa.zip |
- Sanitize plugin-directory handling: Plugins should not try to remove lib/icq
- Adapt one port to USE_LIBTOOL while here
- Mark licq-jons-gtk-gui as BROKEN: It's based on licq-1.2.4 which makes it
incompatible with 1.3.0 (builds fine but doesn't run)
Approved by: dinoex
Diffstat (limited to 'net-im/licq-console')
-rw-r--r-- | net-im/licq-console/Makefile | 5 | ||||
-rw-r--r-- | net-im/licq-console/pkg-plist | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/licq-console/Makefile b/net-im/licq-console/Makefile index 139fca6ca3ae..295b7817f2ec 100644 --- a/net-im/licq-console/Makefile +++ b/net-im/licq-console/Makefile @@ -7,7 +7,7 @@ PORTNAME= console PORTVERSION= ${CONSOLE_LICQ_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net LIB_DEPENDS= cdk.4:${PORTSDIR}/devel/cdk @@ -15,6 +15,7 @@ LIB_DEPENDS= cdk.4:${PORTSDIR}/devel/cdk MAINTAINER= dinoex@FreeBSD.org COMMENT= Ncurses-based console plugin for Licq +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" \ LIBS="${PTHREAD_LIBS}" @@ -23,6 +24,8 @@ CPPFLAGS+= ${PTHREAD_CFLAGS} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +PLIST_FILES= lib/licq/licq_console.so + .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" diff --git a/net-im/licq-console/pkg-plist b/net-im/licq-console/pkg-plist deleted file mode 100644 index 68a451780a80..000000000000 --- a/net-im/licq-console/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -lib/licq/licq_console.la -lib/licq/licq_console.so -@dirrm lib/licq |