# Created by: Simon 'corecode' Schubert # $FreeBSD$ PORTNAME= susv3 PORTVERSION= 1.2 CATEGORIES= misc MASTER_SITES= # DISTNAME= susv3 MAINTAINER= ports@FreeBSD.org COMMENT= Single UNIX Specification Version 3 RESTRICTED= Redistribution of the documents is not permitted USE_BZIP2= yes NO_BUILD= yes PORTDOCS= * .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= may not be redistributed because of licensing reasons. Please visit http://www.unix-systems.org/version3/online.html to accept their license and download ${DISTFILES} into ${DISTDIR} .endif do-install: @${MKDIR} ${DOCSDIR} @${FIND} ${WRKSRC} | ${SED} -e 's#^${WRKSRC}##' | while read file; do \ if ${TEST} -d "${WRKSRC}$$file"; then \ ${MKDIR} "${DOCSDIR}$$file"; \ else \ if ${TEST} -L "${WRKSRC}$$file"; then \ ${LN} -s "`${LS} -l \"${WRKSRC}$$file\" | ${SED} -e 's/^.*> //'`" \ "${DOCSDIR}$$file"; \ else \ ${INSTALL_DATA} "${WRKSRC}$$file" "${DOCSDIR}$$file"; \ fi; \ fi; \ done .include /td> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Support stagingmakc2013-10-232-6/+2
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
* - Update poppler to 0.22.2.mezz2013-03-211-1/+2
* Update to 0.4.1makc2012-11-045-28/+5
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
* - update png to 1.5.10dinoex2012-06-011-0/+1
* Fix build with Qt 4.7makc2012-05-131-0/+10
* Update to 0.4 for KDE 4makc2012-05-098-58/+58
* - Reassign to the heaptabthorpe2011-07-051-1/+1
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* - Bump PORTREVISION to chase the update of net/yaz.araujo2010-08-101-1/+1
* - Bump PORTREVISION to chase the update of net/yazwen2010-05-261-2/+2
* - update to 1.4.1dinoex2010-03-281-0/+1
* Update to version 0.2.3markus2010-02-075-12/+41
* - update to jpeg-8dinoex2010-02-051-1/+1
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-06