svn commit: r332792 - head/games/tuxpaint
Danilo Egea Gondolfo
danilo at FreeBSD.org
Tue Nov 5 00:17:34 UTC 2013
Author: danilo
Date: Tue Nov 5 00:17:33 2013
New Revision: 332792
URL: http://svnweb.freebsd.org/changeset/ports/332792
Log:
- Convert LIB_DEPENDS to new syntax
- Add stage support
Modified:
head/games/tuxpaint/Makefile
head/games/tuxpaint/pkg-plist
Modified: head/games/tuxpaint/Makefile
==============================================================================
--- head/games/tuxpaint/Makefile Mon Nov 4 23:54:00 2013 (r332791)
+++ head/games/tuxpaint/Makefile Tue Nov 5 00:17:33 2013 (r332792)
@@ -10,8 +10,8 @@ MASTER_SITES= SF
MAINTAINER= ports at FreeBSD.org
COMMENT= Drawing program designed for young children
-LIB_DEPENDS= fribidi:${PORTSDIR}/converters/fribidi \
- paper:${PORTSDIR}/print/libpaper
+LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi \
+ libpaper.so:${PORTSDIR}/print/libpaper
OPTIONS_DEFINE= DOCS
@@ -21,33 +21,20 @@ USES= gettext gmake pkgconfig
MAKE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
PREFIX="${PREFIX}" \
- DOC_PREFIX="${DOCSDIR}" \
- DEVDOC_PREFIX="${DOCSDIR}/dev" \
- MAN_PREFIX="${MANPREFIX}/man" \
- DEVMAN_PREFIX="${MANPREFIX}/man" \
- X11_ICON_PREFIX="${PREFIX}/share/pixmaps" \
+ DOC_PREFIX="${STAGEDIR}${DOCSDIR}" \
+ DEVDOC_PREFIX="${STAGEDIR}${DOCSDIR}/dev" \
+ MAN_PREFIX="${STAGEDIR}${MANPREFIX}/man" \
+ DEVMAN_PREFIX="${STAGEDIR}${MANPREFIX}/man" \
+ X11_ICON_PREFIX="${STAGEDIR}${PREFIX}/share/pixmaps" \
ARCH_INSTALL="" \
OPTFLAGS="${CFLAGS} -DHAVE_STRCASESTR" \
MAGIC_CFLAGS="${CFLAGS} -fno-common -Isrc `$(SDL_CONFIG) --cflags `" \
SHARED_FLAGS="-shared -fPIC"
-MANCOMPRESSED= yes
-MAN1= tp-magic-config.1 tuxpaint.1 tuxpaint-import.1
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ! ${PORT_OPTIONS:MDOCS}
-INSTALL_TARGET= install-bin install-data install-man install-magic-plugins \
- install-magic-plugin-dev install-icon install-gettext \
- install-im install-importscript install-default-config \
- install-example-stamps install-example-starters
-.else
INSTALL_TARGET= install-bin install-data install-man install-magic-plugins \
install-magic-plugin-dev install-icon install-gettext \
install-im install-importscript install-default-config \
install-example-stamps install-example-starters install-doc
-.endif
post-extract:
@${RM} -rf ${WRKSRC}/fonts/locale/vi_docs
Modified: head/games/tuxpaint/pkg-plist
==============================================================================
--- head/games/tuxpaint/pkg-plist Mon Nov 4 23:54:00 2013 (r332791)
+++ head/games/tuxpaint/pkg-plist Tue Nov 5 00:17:33 2013 (r332792)
@@ -1,5 +1,8 @@
bin/tp-magic-config
bin/tuxpaint
+man/man1/tp-magic-config.1.gz
+man/man1/tuxpaint-import.1.gz
+man/man1/tuxpaint.1.gz
bin/tuxpaint-import
@unexec if cmp -s %D/etc/tuxpaint/tuxpaint.conf %D/etc/tuxpaint/tuxpaint.conf.sample; then rm -f %D/etc/tuxpaint/tuxpaint.conf; fi
etc/tuxpaint/tuxpaint.conf.sample
More information about the svn-ports-head
mailing list