1*bf9b4985SEmmanuel Vadot# 2*bf9b4985SEmmanuel Vadot# $FreeBSD$ 3*bf9b4985SEmmanuel Vadot# 4*bf9b4985SEmmanuel Vadot 5*bf9b4985SEmmanuel Vadotname = "FreeBSD-%PKGNAME%" 6*bf9b4985SEmmanuel Vadotorigin = "base" 7*bf9b4985SEmmanuel Vadotversion = "%VERSION%" 8*bf9b4985SEmmanuel Vadotcomment = "%COMMENT% %VCS_REVISION%" 9*bf9b4985SEmmanuel Vadotcategories = [ base ] 10*bf9b4985SEmmanuel Vadotmaintainer = "re@FreeBSD.org" 11*bf9b4985SEmmanuel Vadotwww = "https://www.FreeBSD.org" 12*bf9b4985SEmmanuel Vadotprefix = "/" 13*bf9b4985SEmmanuel Vadotvital = true 14*bf9b4985SEmmanuel Vadotlicenselogic = "single" 15*bf9b4985SEmmanuel Vadotlicenses = [ BSD2CLAUSE ] 16*bf9b4985SEmmanuel Vadotdesc = <<EOD 17*bf9b4985SEmmanuel Vadot%DESC% 18*bf9b4985SEmmanuel VadotEOD 19*bf9b4985SEmmanuel Vadotscripts: { 20*bf9b4985SEmmanuel Vadot post-install = <<EOD 21*bf9b4985SEmmanuel Vadot cap_mkdb %CAP_MKDB_ENDIAN% ${PKG_ROOTDIR}/etc/login.conf 22*bf9b4985SEmmanuel VadotEOD 23*bf9b4985SEmmanuel Vadot} 24