summaryrefslogtreecommitdiffstats
path: root/misc/pciids/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 13:30:51 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 13:30:51 +0800
commita6888a2a213b49d671bf658e58428d9a1d342f66 (patch)
tree73b4b8892d2a32df0f24d16b19046bc481baf971 /misc/pciids/Makefile
parenta740241125f843ca61310f787f0eea0d5b40784f (diff)
downloadmarcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.gz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.bz2
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.lz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.xz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.zst
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.zip
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10818 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/pciids/Makefile')
-rw-r--r--misc/pciids/Makefile49
1 files changed, 0 insertions, 49 deletions
diff --git a/misc/pciids/Makefile b/misc/pciids/Makefile
deleted file mode 100644
index d1f5cd59a..000000000
--- a/misc/pciids/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# New ports collection makefile for: pciids
-# Date created: 2006-08-07
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/misc/pciids/Makefile,v 1.10 2008/03/12 12:21:42 ahze Exp $
-
-PORTNAME= pciids
-PORTVERSION= 20080312
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= ahze
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Database of all known ID's used in PCI devices
-
-USE_BZIP2= yes
-NO_BUILD= yes
-PLIST_FILES= %%DATADIR%%/pci.ids \
- %%DATADIR%%/pci.db
-PLIST_DIRS= %%DATADIR%%
-
-do-install:
- ${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/pci.ids ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/pci.db ${DATADIR}
-
-.include <bsd.port.pre.mk>
-
-# Below only contains code to create a tar file for this beast
-CT_DATE!= date "+%Y%m%d"
-CT_WRKSRC= ${WRKDIR}/tmp
-CT_DESTDIR= ${PORTNAME}-${CT_DATE}
-CT_TEMPDIR= ${CT_WRKSRC}/${CT_DESTDIR}
-CT_MASTER_SITE= http://pciids.sourceforge.net/v2.2/
-CT_DISTFILES= pci.ids pci.db
-
-maketar: extract
- ${MKDIR} ${CT_TEMPDIR}
-.for file in ${CT_DISTFILES}
- (cd ${CT_TEMPDIR} && ${FETCH_CMD} ${CT_MASTER_SITE}/${file})
-.endfor
- ${DIFF} -u ${WRKSRC}/pci.ids ${CT_TEMPDIR}/pci.ids || ${TRUE}
- (cd ${CT_WRKSRC} && ${TAR} -jcf ${PORTNAME}-${CT_DATE}.tar.bz2 ${CT_DESTDIR})
- ${SED} -i.bak -e 's|${PORTVERSION}|${CT_DATE}|' ${.CURDIR}/Makefile
- @(cd ${.CURDIR} && ${CP} -f ${CT_WRKSRC}/${PORTNAME}-${CT_DATE}.tar.bz2 ${DISTDIR} && \
- ${MAKE} makesum)
-
-.include <bsd.port.post.mk>