diff options
Diffstat (limited to 'net-im/ickle/Makefile')
-rw-r--r-- | net-im/ickle/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-im/ickle/Makefile b/net-im/ickle/Makefile new file mode 100644 index 000000000000..419a5c5029ec --- /dev/null +++ b/net-im/ickle/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# New ports collection makefile for: ickle +# Date created: Nov 21, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= ickle +PORTVERSION= 0.1.2 +CATEGORIES= net devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk-- + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-sigc-prefix=${LOCALBASE} \ + --with-gtkmm-prefix=${X11BASE} +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> |