A CCK content field which lets you add a complete link to your content types; including URL, title, and optionally a target attribute. The link module is a one-stop content link "field" type for CCK. ok landry@
13 lines
290 B
Makefile
13 lines
290 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/04/28 07:45:57 stephan Exp $
|
|
|
|
COMMENT = CCK content field to add a URL to content types
|
|
|
|
DISTNAME = link-6.x-2.8
|
|
PKGNAME = drupal6-link-2.8
|
|
|
|
MAINTAINER = Stephan A. Rickauer <stephan@openbsd.org>
|
|
|
|
RUN_DEPENDS = ::www/drupal6/cck
|
|
|
|
.include <bsd.port.mk>
|