diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-04-25 02:43:49 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-04-25 02:43:49 +0000 |
commit | 294ab530f3440d50633871af91cd1dbb644c42ec (patch) | |
tree | 2c05242d4bf571ae5b14eca49987238df75a89fa /audio/libcddb-doc/Makefile | |
parent | Remove PKG_CONFIG hint for ./configure which is not need any longer. (diff) |
- Add libcddb-doc
Libcddb documentation
Diffstat (limited to 'audio/libcddb-doc/Makefile')
-rw-r--r-- | audio/libcddb-doc/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/libcddb-doc/Makefile b/audio/libcddb-doc/Makefile new file mode 100644 index 000000000000..e4d92040dd09 --- /dev/null +++ b/audio/libcddb-doc/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: libcddb-doc +# Date created: 2005-04-24 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libcddb-doc +PORTVERSION= 1.0.0 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= libcddb + +MAINTAINER= ports@FreeBSD.org +COMMENT= Libcddb documentation + +NO_BUILD= yes +WRKSRC= ${WRKDIR}/output + +do-install: + ${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${FIND} . | \ + ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} + +.include <bsd.port.mk> |