mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
21 lines
412 B
Makefile
21 lines
412 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rsskit
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= www gnustep
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= gap
|
|
DISTNAME= RSSKit-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Etoile Project RSSKit framework
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|