mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Remove useless and outdated ports
This commit is contained in:
parent
7c84ecc968
commit
9b537e2f68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350590
@ -614,7 +614,6 @@
|
||||
SUBDIR += ocropus
|
||||
SUBDIR += ogre3d
|
||||
SUBDIR += okular
|
||||
SUBDIR += openclipart
|
||||
SUBDIR += opencollada
|
||||
SUBDIR += opencolorio
|
||||
SUBDIR += opencolorio-tools
|
||||
|
@ -1,47 +0,0 @@
|
||||
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports-stable/graphics/openclipart/Makefile,v 1.1 2005/08/09 02:14:05 ahze Exp $
|
||||
|
||||
PORTNAME= openclipart
|
||||
PORTVERSION= 2.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://download.openclipart.org/downloads/${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}${SVGPNG}
|
||||
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= Open Clip Art Library
|
||||
|
||||
USE_BZIP2= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}${SVGPNG}
|
||||
NO_BUILD= yes
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
OPTIONS_DEFINE= PNG
|
||||
OPTIONS_DEFAULT= PNG
|
||||
PNG_DESC= Install png files
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MPNG}
|
||||
SVGPNG= -full
|
||||
.else
|
||||
SVGPNG= -svgonly
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
${RM} -f ${PLIST}
|
||||
${TOUCH} -f ${PLIST}
|
||||
cd ${WRKSRC} && ${FIND} -s * -type f -o -type l | \
|
||||
${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST} \
|
||||
&& ${FIND} -d * -type d | \
|
||||
${SED} -e 's|^|@dirrm %%DATADIR%%/|' >> ${PLIST}
|
||||
${ECHO_CMD} "@dirrm %%DATADIR%%" >> ${PLIST}
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${FIND} . | \
|
||||
${CPIO} -vpdm -L -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}
|
||||
@${FIND} ${DATADIR} -type f -print0 | ${XARGS} -0 ${CHMOD} ${SHAREMODE}
|
||||
@${FIND} ${DATADIR} -type d -print0 | ${XARGS} -0 ${CHMOD} ${BINMODE}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,4 +0,0 @@
|
||||
SHA256 (openclipart-2.0-full.tar.bz2) = b916f418232a78a711c69b99c20f31f65ee6dc5cdecf2763a6933b67b9fb02dc
|
||||
SIZE (openclipart-2.0-full.tar.bz2) = 374733156
|
||||
SHA256 (openclipart-2.0-svgonly.tar.bz2) = 9cb94cfffcec8ad15e2dd3bcb2845395720178fc2748030e08cd516ac59436de
|
||||
SIZE (openclipart-2.0-svgonly.tar.bz2) = 325691915
|
@ -1,4 +0,0 @@
|
||||
Open Clip Are Library -- Archive of user contributed clip art that can
|
||||
be freely used.
|
||||
|
||||
WWW: http://www.openclipart.org/
|
Loading…
Reference in New Issue
Block a user