Index: head/x11-toolkits/gai/Makefile =================================================================== --- head/x11-toolkits/gai/Makefile (revision 408901) +++ head/x11-toolkits/gai/Makefile (revision 408902) @@ -1,48 +1,43 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= gai PORTVERSION= 0.5.10 PORTREVISION= 16 CATEGORIES= x11-toolkits gnome MASTER_SITES= SF/${PORTNAME}/GAI%20-%20Library/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= General Applet Interface Library +LICENSE= LGPL20+ +LICENSE_FILE= ${WRKSRC}/COPYING.LIB + LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext USES= gettext-tools pkgconfig tar:bzip2 USE_GL= gl USE_SDL= sdl USE_GNOME= libgnomeui GNU_CONFIGURE= yes CONFIGURE_ENV= SDLCONF=${SDL_CONFIG} CONFIGURE_ARGS= --disable-gnome CPPFLAGS+= `pkg-config --cflags libgnomeui-2.0` -PLIST_FILES= include/gai/gai.h lib/libgai.so.${PORTVERSION} \ - lib/libgai.so.0 lib/libgai.so libdata/pkgconfig/gai.pc \ - share/locale/de/LC_MESSAGES/gai.mo PORTDOCS= * +PORTEXAMPLES= * USE_LDCONFIG= yes -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e "s|sdl-config --|${SDL_CONFIG} --|g; \ s|/usr/X11R6|${LOCALBASE}|g" ${WRKSRC}/configure -post-install: - cd ${WRKSRC}/docs && \ - ${FIND} * -type d -exec ${MKDIR} "${STAGEDIR}${DOCSDIR}/{}" \; && \ - ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${STAGEDIR}${DOCSDIR}/{}" \; -.for dir in docking examples templates - cd ${WRKSRC} && \ - ${FIND} ${dir} -type d -exec ${MKDIR} "${STAGEDIR}${EXAMPLESDIR}/{}" \; && \ - ${FIND} ${dir} -type f -exec ${INSTALL_DATA} "{}" "${STAGEDIR}${EXAMPLESDIR}/{}" \; -.endfor - @${FIND} ${STAGEDIR}${EXAMPLESDIR} -type f | \ - ${SED} "s,^${STAGEDIR}${PREFIX}/,," >> ${TMPPLIST} +post-install-DOCS-on: + cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: + cd ${WRKSRC} && ${COPYTREE_SHARE} "docking examples templates" ${STAGEDIR}${EXAMPLESDIR} .include Index: head/x11-toolkits/gai/pkg-plist =================================================================== --- head/x11-toolkits/gai/pkg-plist (nonexistent) +++ head/x11-toolkits/gai/pkg-plist (revision 408902) @@ -0,0 +1,6 @@ +include/gai/gai.h +lib/libgai.so +lib/libgai.so.0 +lib/libgai.so.0.5.10 +libdata/pkgconfig/gai.pc +share/locale/de/LC_MESSAGES/gai.mo Property changes on: head/x11-toolkits/gai/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property