aboutsummaryrefslogtreecommitdiffstats
path: root/news/husky-smapi-devel/Makefile
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-08-05 14:54:40 +0800
committermarino <marino@FreeBSD.org>2014-08-05 14:54:40 +0800
commit934bb86f8be0eb4a90ab1e0d81a07c557ee61aa8 (patch)
tree20f1634835358b1196d47803fc4d719203c3238e /news/husky-smapi-devel/Makefile
parent2c5c8ce7f1a614430ce9a0e19c7ba90a5391ce35 (diff)
downloadfreebsd-ports-gnome-934bb86f8be0eb4a90ab1e0d81a07c557ee61aa8.tar.gz
freebsd-ports-gnome-934bb86f8be0eb4a90ab1e0d81a07c557ee61aa8.tar.zst
freebsd-ports-gnome-934bb86f8be0eb4a90ab1e0d81a07c557ee61aa8.zip
Update development versions of husky ports
The husky-base-devel port was removed, and three ports were added in this mass update: - husky-areafix-devel - husky-devel - husky-huskylib-devel PR: 185154 Submitted by: maintainer (Oleg Sharoyko)
Diffstat (limited to 'news/husky-smapi-devel/Makefile')
-rw-r--r--news/husky-smapi-devel/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/news/husky-smapi-devel/Makefile b/news/husky-smapi-devel/Makefile
index ac2985d35e45..af376cd849e8 100644
--- a/news/husky-smapi-devel/Makefile
+++ b/news/husky-smapi-devel/Makefile
@@ -1,18 +1,18 @@
-# Created by: Oleg Sharoiko <os@rsu.ru>
# $FreeBSD$
-PORTNAME= smapi
-DISTVERSION= 2.4-rc5
+PORTNAME= husky-smapi
CATEGORIES= news mail
-MASTER_SITES= SF/husky/${PORTNAME}/2.4-RC5
-MAINTAINER= ports@FreeBSD.org
-COMMENT= MSGAPI for Husky Fidosoft Project. Development version
+MAINTAINER= osharoiko@gmail.com
+COMMENT= Husky FTN MSGAPI library (development version)
+
+LIB_DEPENDS= libhusky.so:${PORTSDIR}/news/husky-huskylib-devel
CONFLICTS= husky-smapi-[0-9]*
USE_LDCONFIG= yes
-NO_STAGE= yes
-.include "${.CURDIR}/../husky-base-devel/Makefile.inc"
+MASTERDIR= ${.CURDIR}/../husky-devel
+COMPONENT_SUBDIR= smapi
+
.include <bsd.port.mk>