Index: head/security/fpc-gnutls/Makefile =================================================================== --- head/security/fpc-gnutls/Makefile (nonexistent) +++ head/security/fpc-gnutls/Makefile (revision 556248) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +CATEGORIES= security lang +PKGNAMESUFFIX= -gnutls + +COMMENT= Free Pascal unit for GnuTLS + +USES= fpc +USE_FPC= fcl-async fcl-base fcl-net fcl-passrc fcl-res fcl-xml rtl-extra \ + rtl-objpas + +MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR= ${WRKUNITDIR} + +OPTIONS_DEFINE= GNUTLS +OPTIONS_DEFAULT= GNUTLS + +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls + +.include "${MASTERDIR}/Makefile" Property changes on: head/security/fpc-gnutls/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/fpc-gnutls/pkg-plist =================================================================== --- head/security/fpc-gnutls/pkg-plist (nonexistent) +++ head/security/fpc-gnutls/pkg-plist (revision 556248) @@ -0,0 +1,5 @@ +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/gnutls.fpm +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gnutls/gnutls.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gnutls/gnutls.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gnutls/gnutlssockets.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gnutls/gnutlssockets.ppu Property changes on: head/security/fpc-gnutls/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property