diff options
author | Kelly Yancey <kbyanc@FreeBSD.org> | 2000-07-18 05:38:04 +0000 |
---|---|---|
committer | Kelly Yancey <kbyanc@FreeBSD.org> | 2000-07-18 05:38:04 +0000 |
commit | 682c6fefc935fa795987d027966da46bc015e7c5 (patch) | |
tree | 63197687852d1203da194566b38cf4878d3a884b | |
parent | 72efdf36dff00f26695e98af22d594d273284dd4 (diff) | |
download | ports-682c6fefc935fa795987d027966da46bc015e7c5.tar.gz ports-682c6fefc935fa795987d027966da46bc015e7c5.zip |
Notes
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/libepplet/Makefile | 31 | ||||
-rw-r--r-- | x11-wm/libepplet/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/libepplet/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/libepplet/pkg-descr | 4 | ||||
-rw-r--r-- | x11-wm/libepplet/pkg-plist | 5 |
6 files changed, 43 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 1c91aa5479cb..574af65ca133 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -25,6 +25,7 @@ SUBDIR += icewm SUBDIR += icewm-i18n SUBDIR += libdockapp + SUBDIR += libepplet SUBDIR += lwm SUBDIR += mlvwm SUBDIR += olvwm diff --git a/x11-wm/libepplet/Makefile b/x11-wm/libepplet/Makefile new file mode 100644 index 000000000000..dcbf26071c84 --- /dev/null +++ b/x11-wm/libepplet/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: libepplet +# Date created: 18 October 1999 +# Whom: Kelly Yancey <kbyanc@posi.net> +# +# $FreeBSD$ +# + +PORTNAME= libepplet +PORTVERSION= 0.5 +CATEGORIES= x11-wm devel +MASTER_SITES= ftp://ftp.enlightenment.org/e/epplets/ +DISTNAME= epplet-base-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment + +WRKSRC= ${WRKDIR}/Epplets-0.5 + +USE_X_PREFIX= yes +INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-fsstd +CONFIGURE_ENV= EROOT=${X11BASE}/share/enlightenment \ + EBIN=${X11BASE}/bin \ + LIBS="-L${LOCALBASE}/lib -lintl" \ + X_LIBS="-lxpg4" + +MAKE_ENV= ${ECHO} -n; cd ${WRKSRC}/api; + +.include <bsd.port.mk> diff --git a/x11-wm/libepplet/distinfo b/x11-wm/libepplet/distinfo new file mode 100644 index 000000000000..72e5def07b72 --- /dev/null +++ b/x11-wm/libepplet/distinfo @@ -0,0 +1 @@ +MD5 (epplet-base-0.5.tar.gz) = 6be063dcff76dcdef0f2bfdba4cd111d diff --git a/x11-wm/libepplet/pkg-comment b/x11-wm/libepplet/pkg-comment new file mode 100644 index 000000000000..01858ce6f1cb --- /dev/null +++ b/x11-wm/libepplet/pkg-comment @@ -0,0 +1 @@ +Library for building enlightenment dock applications diff --git a/x11-wm/libepplet/pkg-descr b/x11-wm/libepplet/pkg-descr new file mode 100644 index 000000000000..14bfa574c238 --- /dev/null +++ b/x11-wm/libepplet/pkg-descr @@ -0,0 +1,4 @@ +Library for building enlightenment dock applications. + + -Kelly + kbyanc@posi.net diff --git a/x11-wm/libepplet/pkg-plist b/x11-wm/libepplet/pkg-plist new file mode 100644 index 000000000000..a2dc768fa62c --- /dev/null +++ b/x11-wm/libepplet/pkg-plist @@ -0,0 +1,5 @@ +include/epplet.h +lib/libepplet.a +lib/libepplet.la +lib/libepplet.so +lib/libepplet.so.1 |