freebsd-ports/devel/objectivelib/Makefile
Marcus von Appen 821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00

24 lines
499 B
Makefile

# $FreeBSD$
PORTNAME= objectivelib
PORTVERSION= 1.0.0
CATEGORIES= devel gnustep
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Object containers and generic algorithms for Objective-C
LICENSE= LGPL21
USE_GNUSTEP= yes
USE_GNUSTEP_BASE= yes
USE_GNUSTEP_CONFIGURE= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
USES= iconv
WRKSRC= ${WRKDIR}/${PORTNAME}
CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE}
.include <bsd.port.mk>