# $FreeBSD$ PORTNAME= freebsd-8k-wallpapers DISTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= https://bitbucket.org/rigoletto-freebsd/freebsd-8k-wallpapers/get/ MAINTAINER= rigoletto@FreeBSD.org COMMENT= Collection of simple FreeBSD wallpapers LICENSE= CC-BY-4.0 LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/rigoletto-freebsd-${PORTNAME}-8b39ec278004 OPTIONS_DEFINE= DOCS PORTDOCS= AUTHOR TRADEMARKS SLAVEPORT?= freebsd .if ${SLAVEPORT:Mkde} PORTDOCS+= TRADEMARKS-KDE DOCSDIR_REL= share/doc/${PORTNAME}-${SLAVEPORT} DOCSDIR= ${PREFIX}/${DOCSDIR_REL} .endif .if ${SLAVEPORT:Mfreebsd} THEMEDIR_REL= share/wallpapers/${PORTNAME} .elif ${SLAVEPORT:Mkde} THEMEDIR_REL= share/wallpapers/${PORTNAME}-${SLAVEPORT} .endif THEMEDIR= ${PREFIX}/${THEMEDIR_REL} .if ${SLAVEPORT:Mfreebsd} FREEBSD_COLORS= FreeBSD-Blue FreeBSD-Green FreeBSD-Purple \ FreeBSD-Red FreeBSD-Yellow .endif do-install: ${MKDIR} ${STAGEDIR}${THEMEDIR} .if ${SLAVEPORT:Mfreebsd} . for x in ${FREEBSD_COLORS} ( cd ${WRKSRC}/FreeBSD/${x} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${THEMEDIR} ) . endfor .elif ${SLAVEPORT:Mkde} ( cd ${WRKSRC}/KDE && \ ${COPYTREE_SHARE} . ${STAGEDIR}${THEMEDIR} \ "! -name preview.png" ) .endif post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ( cd ${WRKSRC}/doc && \ ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} ) .include FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/linux-arts
Commit message (Expand)AuthorAgeFilesLines
* Finish repocopies of new linux-f8 infrastructure ports:bsam2009-04-011-0/+3
* Reset jylefort's port maintainerships. portmgr has taken his commit bitlinimon2008-04-291-1/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
* * Fri Jun 02 2006 Than Ngo <than@redhat.com> 1.5.3-0.1.fc4bsam2006-09-072-8/+7
* o change default linux package at bsd.linux-rpm.mk for automaticbsam2006-07-131-0/+1
* Update to a newer version 1.5.2-0.1.fc4.bsam2006-06-272-9/+8
* bsd.linux-rpm.mk:netchild2006-05-012-4/+10
* Switch to the USE_LINUX_RPM framework.jylefort2006-01-221-3/+5
* The linuxulator does not support Linux amd64 code. When ${ARCH} isjylefort2005-11-292-3/+1
* - Update to 1.3.0-4jylefort2005-11-275-137/+13
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-181-4/+2
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-4/+4
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-4/+4
* Respect the user's USE_LINUX setting.trevor2005-03-021-1/+1
* Say hello to the linux mega patch, it consolidates our linux bits anetchild2005-01-011-2/+2