summaryrefslogtreecommitdiffstats
path: root/misc/pciids/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /misc/pciids/Makefile
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/pciids/Makefile')
-rw-r--r--misc/pciids/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/misc/pciids/Makefile b/misc/pciids/Makefile
deleted file mode 100644
index ddbc7492c..000000000
--- a/misc/pciids/Makefile
+++ /dev/null
@@ -1,44 +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.4 2006/09/16 21:29:31 ahze Exp $
-
-PORTNAME= pciids
-PORTVERSION= 20060929
-CATEGORIES= misc
-MASTER_SITES= http://www.ahze.net/~ahze/distfiles/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= ahze
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Pci.ids database from pciutils
-
-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}
-
-# 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:
- ${MKDIR} ${CT_TEMPDIR}
-.for file in ${CT_DISTFILES}
- (cd ${CT_TEMPDIR} && ${FETCH_CMD} ${CT_MASTER_SITE}/${file})
-.endfor
- (cd ${CT_WRKSRC} && ${TAR} -jcf ${PORTNAME}-${CT_DATE}.tar.bz2 ${CT_DESTDIR})
-
-.include <bsd.port.mk>