diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-10 14:13:28 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-10 14:13:28 +0000 |
commit | dbe2f9a1ae4080aed6bd4fdb76b712d2f896dfda (patch) | |
tree | 3056f2e0ea1407ffc22912bd44bb5d94999136ef /x11/libcapplet/Makefile | |
parent | 2de2c278d5991b01fe3a34a73ce50dc9464a08df (diff) |
Notes
Diffstat (limited to 'x11/libcapplet/Makefile')
-rw-r--r-- | x11/libcapplet/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/x11/libcapplet/Makefile b/x11/libcapplet/Makefile new file mode 100644 index 000000000000..d3966be96bc7 --- /dev/null +++ b/x11/libcapplet/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: libcapplet +# Date created: 10 July 2002 +# Whom: Maxim Soboleb <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libcapplet +PORTVERSION= 1.4.0.5 +CATEGORIES= x11 gnome +MASTER_SITES= http://people.freebsd.org/~sobomax/ +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GNOMENG= yes +USE_GNOME= gnomelibs +INSTALLS_SHLIB= yes +MAKE_ENV= X11BASE="${X11BASE}" LOCALBASE="${LOCALBASE}" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/libcapplet.so.5 ${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/libcapplet.a ${PREFIX}/lib + ${LN} -sf libcapplet.so.5 ${PREFIX}/lib/libcapplet.so + ${MKDIR} ${PREFIX}/include/libcapplet1 + ${INSTALL_DATA} ${WRKSRC}/capplet-widget.h \ + ${PREFIX}/include/libcapplet1 + ${MKDIR} ${PREFIX}/share/gnome/idl + ${INSTALL_DATA} ${WRKSRC}/control-center.idl ${PREFIX}/share/gnome/idl + ${INSTALL_SCRIPT} ${WRKSRC}/cappletConf.sh ${PREFIX}/etc + +.include <bsd.port.mk> |