diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-04-09 21:17:04 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-04-09 21:17:04 +0800 |
commit | 2c6932c8535c1e3c2f84c03af1cdf04f82c58fec (patch) | |
tree | dda381898d18a0df167c67fda387560a0a36119d /science/chemical-mime-data/Makefile | |
parent | 43de230d1f98451bcd22e74e388342fdf82ee5d1 (diff) | |
download | freebsd-ports-gnome-2c6932c8535c1e3c2f84c03af1cdf04f82c58fec.tar.gz freebsd-ports-gnome-2c6932c8535c1e3c2f84c03af1cdf04f82c58fec.tar.zst freebsd-ports-gnome-2c6932c8535c1e3c2f84c03af1cdf04f82c58fec.zip |
Stagify, switch to USES=tar:bzip2 and gmake.
Convert BUILD_/RUN_DEPENDS on shared-mime-info into USES=shared-mime-info
Diffstat (limited to 'science/chemical-mime-data/Makefile')
-rw-r--r-- | science/chemical-mime-data/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/science/chemical-mime-data/Makefile b/science/chemical-mime-data/Makefile index 44ddf66fecbc..e1d66e3e4785 100644 --- a/science/chemical-mime-data/Makefile +++ b/science/chemical-mime-data/Makefile @@ -3,27 +3,22 @@ PORTNAME= chemical-mime-data PORTVERSION= 0.1.94 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MASTER_SITES= SF/chemical-mime/${PORTNAME}/${PORTVERSION} MAINTAINER= kwm@FreeBSD.org COMMENT= A collection of chemical MIME types for UNIX desktops -BUILD_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ - ${LOCALBASE}/libdata/pkgconfig/librsvg-2.0.pc:${PORTSDIR}/graphics/librsvg2 -RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/librsvg-2.0.pc:${PORTSDIR}/graphics/librsvg2 -USE_BZIP2= yes -USES= pkgconfig -USE_GMAKE= yes +USES= gmake pkgconfig tar:bzip2 shared-mime-info USE_GNOME= gnomemimedata intltool libxslt:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl INSTALLS_ICONS= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|*-*-solaris*|*| ; s|rsvg|rsvg-convert|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|(datadir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in |